feat: make jadx-script-kotlin plugin external

This commit is contained in:
Skylot
2026-02-10 20:39:29 +00:00
parent 9710ebe09a
commit c7a0f7a092
101 changed files with 1717 additions and 1489 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10")
implementation("org.openrewrite:plugin:6.19.1")
}
@@ -5,6 +5,11 @@ plugins {
id("org.jetbrains.kotlin.jvm")
}
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect")) // don't work from plugin classloader
}
kotlin {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)