diff --git a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts index 84ad86251..75992a8ef 100644 --- a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts +++ b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts @@ -12,7 +12,7 @@ import jadx.core.dex.instructions.InsnType import jadx.core.dex.instructions.args.InsnWrapArg import jadx.core.dex.nodes.InsnNode import jadx.core.dex.nodes.MethodNode -import jadx.plugins.script.runtime.data.ScriptOrderedDecompilePass +import jadx.plugins.script.kotlin.runtime.data.ScriptOrderedDecompilePass val jadx = getJadxInstance() diff --git a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts index 0eadc654d..1aa0ad8b3 100644 --- a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts +++ b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts @@ -5,7 +5,7 @@ import jadx.api.plugins.input.data.attributes.JadxAttrType import jadx.core.deobf.NameMapper import jadx.core.dex.nodes.MethodNode -import jadx.plugins.script.runtime.data.ScriptDecompilePass +import jadx.plugins.script.kotlin.runtime.data.ScriptDecompilePass val annCls = "Lretrofit2/http/Query;" val annParam = "value"