Has anybody else realised that you cannot create r...
# compose-desktop
m
Has anybody else realised that you cannot create release builds with the latest version 3.4.0 of Okio once again due to problems with ProGuard. See: https://github.com/square/okio/issues/1298 ? Sadly, in this case it does not help to just switch off the optimisations. Does anybody have an idea how to circumvent this problem by something else than just not using 3.4.0 or disabling ProGuard completely or building Okio myself with a real JDK 17? I guess I am not the only one who is using Okio 😉.
d
Are this problem related to Compose Multiplatform artifacts? Or it is related to concrete library Okio?
m
I think it is a problem between the way this version of Okio is built and ProGuard. Compose Multiplatform applications are suffering from it because release builds use ProGuard by default. See https://kotlinlang.slack.com/archives/C7L3JB43G/p1689887473018509
thank you color 1