I have a Compose Desktop project which is using the Navigation library (org.jetbrains.androidx.navigation:navigation-compose). If I use the 2.8.0-alpha02 version everything works OK. I’ve just tried to update to alpha08 (and alpha09) and I’m getting this:
Kotlin version is 2.0.10 and I’m using Java v 17
Looking at my Gradle dependencies tree it looks like I have skiko 0.8.4
Oh, and I’m running on Mac OS X
i
Ivan Matkov
08/22/2024, 4:40 PM
You should update Compose to 1.7, Gradle fails with it because of the pinned version of Compose plugin