martmists
03/06/2026, 1:32 AMMichael Paus
03/06/2026, 8:13 AMmartmists
03/06/2026, 1:58 PMMichael Paus
03/06/2026, 4:51 PMproguard {
version.set("7.8.2")
isEnabled.set(false)
optimize.set(false)
obfuscate.set(false)
configurationFiles.from(project.file("compose-desktop.pro"))
}
I'd first try to enable ProGuard but keep optimize and obfuscate switched off. Maybe that helps already. If not, you have to check your individual ProGuards rules or disable ProGuard for release builds altogether like I do.