Files
jadx/jadx-plugins/jadx-kotlin-source-debug-extension/build.gradle.kts
T
Yaroslav 29d114402d feat: parse and use Kotlin SourceDebugExtension with SMAP for rename classes and packages (PR #2389)
* feat: parse and use Kotlin SourceDebugExtension for rename classes and package

* fix: fixed typo

* fix: fixed spotless checks

* fix: fixed spotless checks
2025-01-06 20:16:26 +00:00

14 lines
309 B
Kotlin

plugins {
id("jadx-library")
id("jadx-kotlin")
}
dependencies {
api(project(":jadx-core"))
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
testImplementation("org.apache.commons:commons-lang3:3.17.0")
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
}