I use Compose for Desktop and I need to use JDK>18. Unfortunately, build task proguardReleaseJars
uses ProGuard version 7.2.2 which support at most 18 version.
How can I use latest version of ProGuard?
My question might seem similaro to this one but I don't use Android plugin and use org.jetbrains.compose
and my dependency graph doesn't contain proguard.