12 lines
207 B
Kotlin
12 lines
207 B
Kotlin
plugins {
|
|
id("jadx-library")
|
|
id("jadx-kotlin")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":jadx-core"))
|
|
|
|
implementation(project(":jadx-plugins:jadx-dex-input"))
|
|
implementation("com.google.code.gson:gson:2.13.2")
|
|
}
|