Been battling scoping with Jetpack Compose and stu...
# koin
c
Been battling scoping with Jetpack Compose and stumbled across this. Is this still the case (after almost 3 years) that Koin still does not support scopes with Jetpack Compose?
Turns out I see the
koinViewModel()
function has a
scope
Param. That should do the trick for me!
a
(after almost 3 years) that Koin still does not support scopes with Jetpack Compose
not sure, it's handling Scope cascading with LocalComposition. We are looking for feedback around that
look at
KoinScope