Does anyone here have an idea how to use proguard ...
# compose-desktop
p
Does anyone here have an idea how to use proguard with compose desktop?
s
@patrickdelconte Did you figure something out?
p
sort of. The compose plugin includes a gradle task to create a fat jar. The fatjar can then be fed to proguard. But afterwards you have to invoke jpackage by yourself e.g. https://badass-runtime-plugin.beryx.org/releases/latest/ to build an installer
s
@patrickdelconte Thank you. I bookmark that as a fallback.