Files
jadx/jadx-plugins/jadx-kotlin-source-debug-extension/build.gradle.kts
T
2026-03-22 21:15:36 +00:00

20 lines
331 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.20.0")
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
}