jQrgen
06/30/2025, 9:24 AM-ignorewarnings
in proguard-rules.pro?
EDIT: I suspect that my proguard-pro
file is not applied to JVM/Desktop. How is the proguard file connected to the desktop application? because using the -ignorewarnings
in the proguard file is not workingAlexander Maryanovsky
06/30/2025, 10:29 AMjQrgen
06/30/2025, 12:05 PMjQrgen
06/30/2025, 12:10 PMjQrgen
06/30/2025, 12:51 PMjQrgen
06/30/2025, 12:52 PM./gradlew packageDeb
and host the deb on a website?Alexander Maryanovsky
06/30/2025, 12:52 PMMichael Paus
06/30/2025, 1:02 PMcompose.desktop {
application {
...
buildTypes.release {
proguard {
version.set("7.7")
isEnabled.set(false)
optimize.set(false)
obfuscate.set(false)
configurationFiles.from(project.file("<http://compose-desktop.pro|compose-desktop.pro>"))
}
}
}
}
The above example effectively disables ProGuard.Alexander Maryanovsky
06/30/2025, 1:04 PMrelease
tasks?Michael Paus
06/30/2025, 1:12 PM