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 😉.