We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72eccd commit 281fb8dCopy full SHA for 281fb8d
common/src/desktopMain/kotlin/cn/kaicity/common/platform/IObfuscator.kt
@@ -15,7 +15,7 @@ actual class IObfuscator actual constructor(private var flow: FlowCollector<Stri
15
16
val param = args.joinToString(" ")
17
18
- val rawPath = "./dex-tools/black-obfuscator"
+ val rawPath = "dex-tools/black-obfuscator"
19
val absolutePath = File(rawPath).absolutePath
20
println(absolutePath)
21
0 commit comments