13 lines
261 B
Kotlin
13 lines
261 B
Kotlin
plugins {
|
|
id("jadx-library")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":jadx-core"))
|
|
|
|
implementation("com.google.code.gson:gson:2.14.0")
|
|
|
|
testRuntimeOnly(project(":jadx-plugins:jadx-dex-input"))
|
|
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
|
}
|