I have finally managed to get ProGuard working with CfD, with native distribution and packaging š - check out a sample setup .
(Bad news is that, at first sight, optimization step does not boost performance in any way. I guess it's just more relevant to Android rather than modern JVM).
š 4
j
jw
03/22/2022, 1:30 PM
Have you considered trying R8 instead?
m
mcpiroman
03/22/2022, 1:43 PM
Yeah, I will try that later. Maybe also try to tune PG.
s
spierce7
03/22/2022, 2:27 PM
Does this mean you only have 1 jar shipped with your app?
m
mcpiroman
03/22/2022, 2:45 PM
No, but it's very easy to do that (but, unlike uberjar task, it won't pack non-jar files inside)