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?
Ciaran Sloan
07/16/2024, 4:05 PM
Turns out I see the
koinViewModel()
function has a
scope
Param. That should do the trick for me!
a
arnaud.giuliani
07/17/2024, 3:14 PM
(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