This commit is contained in:
Aria Moradi 2020-12-24 01:37:01 +03:30
parent ae5e8fd01c
commit be3a038285
13 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
// dex2jar // dex2jar
implementation(fileTree("../lib/dex2jar/")) implementation(fileTree("lib/dex2jar/"))
testImplementation("org.jetbrains.kotlin:kotlin-test") testImplementation("org.jetbrains.kotlin:kotlin-test")