I have a Compose Desktop project which is using th...
# compose-desktop
k
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:
java.lang.UnsatisfiedLinkError: 'long org.jetbrains.skia.paragraph.TypefaceFontProviderWithFallbackKt._nMakeAsFallbackProvider()'
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
You should update Compose to 1.7, Gradle fails with it because of the pinned version of Compose plugin