build: migrate to kotlin dsl in gradle scripts, update gradle and deps
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id("jadx-library")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
// show bytecode disassemble
|
||||
implementation("io.github.skylot:raung-disasm:0.1.0")
|
||||
|
||||
testImplementation(project(":jadx-core"))
|
||||
}
|
||||
Reference in New Issue
Block a user