fix(build): use Kotlin with explicit project dependency
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
plugins {
|
||||
id("jadx-kotlin")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":jadx-plugins:jadx-script:jadx-script-runtime"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user