[DESKTOP] Disable proguard
This commit is contained in:
@@ -38,5 +38,10 @@ compose.desktop {
|
||||
iconFile.set(iconsRoot.resolve("icon-linux.png"))
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes.release.proguard {
|
||||
isEnabled = false
|
||||
configurationFiles.from("rules.pro")
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
-keep class kotlinx.coroutines.** { *; }
|
||||
-dontwarn kotlinx.atomicfu.**
|
||||
-dontwarn org.slf4j.**
|
||||
|
||||
# Obfuscation breaks coroutines/ktor for some reason
|
||||
-dontobfuscate
|
||||
Reference in New Issue
Block a user