chore: upgrade to kotlin-logging 5 (PR #1966)
* upgrade to kotlin-logging 5 * apply code autoformatting * resolve deprecation warnings --------- Co-authored-by: Skylot <skylot@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ dependencies {
|
||||
implementation(kotlin("stdlib-common"))
|
||||
implementation(kotlin("script-runtime"))
|
||||
|
||||
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:5.0.1")
|
||||
|
||||
// script context support in IDE is poor, use stubs and manual imports for now
|
||||
// kotlinScriptDef(project(":jadx-plugins:jadx-script:jadx-script-runtime"))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@file:Suppress("MayBeConstant", "unused")
|
||||
|
||||
import io.github.oshai.kotlinlogging.KotlinLogging
|
||||
import jadx.plugins.script.runtime.JadxScriptInstance
|
||||
import mu.KotlinLogging
|
||||
|
||||
/**
|
||||
* Stubs for JadxScriptBaseClass script super class
|
||||
|
||||
Reference in New Issue
Block a user