10 lines
131 B
Kotlin
10 lines
131 B
Kotlin
plugins {
|
|
id("jadx-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":jadx-core"))
|
|
|
|
implementation("io.github.skylot:raung-asm:0.1.1")
|
|
}
|