build: add Kotlin Reflect

This commit is contained in:
Sculas 2022-09-07 20:52:05 +02:00
parent a562e476c0
commit 0e8446516e
No known key found for this signature in database
GPG key ID: 1530BFF96D1EEB89

View file

@ -26,6 +26,7 @@ dependencies {
implementation("app.revanced:multidexlib2:2.5.2.r2")
implementation("org.apktool:apktool-lib:2.7.0-SNAPSHOT")
implementation(kotlin("reflect"))
testImplementation(kotlin("test"))
}