Albertas
11/10/2025, 4:08 PM4.2.0-alpha1 and it seems to always throw an exception when being initialized with KoinMultiplatformApplication:
java.lang.IllegalStateException: should not be used in favor of LocalKoinScopeContext
at org.koin.compose.KoinApplicationKt.<clinit>(KoinApplication.kt:48)
...shouldn't the error be within compositionLocalOf?arnaud.giuliani
11/10/2025, 5:19 PM