Tom Truyen
08/17/2024, 4:08 PMFrançois
08/17/2024, 4:12 PMFrançois
08/17/2024, 4:12 PMFrançois
08/17/2024, 4:15 PMTom Truyen
08/17/2024, 4:17 PMException in thread "main" java.lang.UnsatisfiedLinkError: 'long org.jetbrains.skia.paragraph.TypefaceFontProviderWithFallbackKt._nMakeAsFallbackProvider()'
John O'Reilly
08/17/2024, 4:24 PMTom Truyen
08/17/2024, 4:28 PMHristijan
08/17/2024, 4:48 PMDaniel Weidensdörfer
08/17/2024, 6:33 PMTom Truyen
08/17/2024, 7:11 PMkoin = "4.0.0-RC1"
koin-compose = "1.2.0-Beta5"
koin-core = { group = "io.insert-koin", name = "koin-core", version.ref = "koin" }
koin-compose = { group = "io.insert-koin", name = "koin-compose", version.ref = "koin" }
koin-compose-viewmodel = { group = "io.insert-koin", name = "koin-compose-viewmodel", version.ref = "koin-compose" }
The problem that I initially had was that for koin-compose-viewmodel
I was using 4.0.0-RC1
too, though it seems like that has a bug currently causing the crash. This version combination does work correctly. Also don't forget to startKoin
in your Main.kt
of your JVM/Desktop application