build: migrate to kotlin dsl in gradle scripts, update gradle and deps

This commit is contained in:
Skylot
2023-07-07 22:55:45 +01:00
parent 3e4c6a9c51
commit d076c4e73d
32 changed files with 623 additions and 595 deletions
@@ -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"))
}