Hi, I'm checking out `4.2.0-alpha1` and it seems t...
# koin
a
Hi, I'm checking out
4.2.0-alpha1
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?
👀 1
a
yep, thanks for the feedback