12 lines
209 B
Groovy
12 lines
209 B
Groovy
plugins {
|
|
id 'jadx-library'
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":jadx-plugins:jadx-plugins-api"))
|
|
|
|
implementation(project(":jadx-plugins:jadx-java-input"))
|
|
|
|
implementation('io.github.skylot:raung-asm:0.0.2')
|
|
}
|