Skip to content

Commit

Permalink
build: add Kotlin Reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Sep 7, 2022
1 parent a562e47 commit 0e84465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}

Expand Down

0 comments on commit 0e84465

Please sign in to comment.