Hi after upgrade 4.0.0-RC2 to 4.0.0 I've got this ...
# koin
p
Hi after upgrade 4.0.0-RC2 to 4.0.0 I've got this error : ????
java.lang.UnsatisfiedLinkError: 'long org.jetbrains.skia.paragraph.TypefaceFontProviderWithFallbackKt._nMakeAsFallbackProvider()'
👀 1
1
it's when I've add this :
io.insert-koin:koin-compose-viewmodel-navigation
In a kotlin multiplatform project
in 4.0.0-RC2 I don't need that but since 4.0.0 it seems required. Else I've got an error bean defininations for viewmodel. But after I've added it build crashes
with 4.0.0-RC2 it works if i put
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
to version 1.7.0-beta02 it works with 4.0.0-RC2 but crashes build with 4.0.0
crash on desktop and wasm since 4.0.0
with RC2 is ok
a
it's when I've add this :
io.insert-koin:koin-compose-viewmodel-navigations
check what version of compose do you have. Navigation forces some 1.7.0
p
It's ok it was because koin change usage of KoinApplication to load modules. I changed it for dekstop and wasm and all works now
👍 1