fix(build): use Kotlin with explicit project dependency

This commit is contained in:
Skylot
2023-05-17 16:19:18 +01:00
parent 5d3c96ead2
commit ae1b1ce99e
12 changed files with 33 additions and 13 deletions
@@ -1,3 +1,7 @@
plugins {
id("jadx-kotlin")
}
dependencies {
implementation(project(":jadx-plugins:jadx-script:jadx-script-runtime"))