and it seems to always throw an exception when being initialized with KoinMultiplatformApplication:
Copy code
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?