Files
jadx/jadx-plugins/jadx-apkm-input/build.gradle.kts
T
Iscle 7a2dad8ef2 feat: add APKM support (PR #2379)
* feat: Add APKM support

* fix: Removed unused imports

With spotlessApply :P
2024-12-22 16:58:44 +00:00

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.11.0")
}