The question about obfuscation and ProGuard was as...
# compose-desktop
s
The question about obfuscation and ProGuard was asked here several times, but I do not find a satisfying answer. I build my binary with
packageDmg
/
packageMsi
and I'm looking for a sample how I must modify my
build.gradle.kts
to include a obfuscation step. I don't find an answer to that. I think it would be super nice if the official template would just contain such a step because it's a hard requirement for anybody who ships business software to customers.
👍 4