:warning: Only use Compose 1.7.3 together with Ko...
# compose
s
⚠️ Only use Compose 1.7.3 together with Kotlin 2.1.0, NOT with Kotlin 2.0.21 Otherwise you have the nasty problem that on some Windows devices (but not all) this error might occur:
java.lang.UnsatisfiedLinkError: 'long org.jetbrains.skia.paragraph.TypefaceFontProviderWithFallbackKt._nMakeAsFallbackProvider()'
Just had that issue with my Thumbnail Fixer and I needed to test on several devices to find one installation that didn't work and gave me that error a user told me about. I was on the older Kotlin version before, because while developing Kotlin 2.1.0 gave me problems in the IDE. Despite IDEA showing me warnings it compiles fine and works.