fix: scripts runtime code and docs clean up

This commit is contained in:
Skylot
2022-11-14 12:09:07 +00:00
parent 17574ee554
commit 9a6dec0dbd
17 changed files with 146 additions and 155 deletions
@@ -1,8 +1,8 @@
dependencies {
implementation(project(":jadx-plugins:jadx-script:jadx-script-runtime"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-common")
implementation("org.jetbrains.kotlin:kotlin-script-runtime")
implementation(kotlin("stdlib-common"))
implementation(kotlin("script-runtime"))
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")