Hi guys! In compose multiplatform app (for android...
# koin
e
Hi guys! In compose multiplatform app (for android & iOS) can we share a androidx.viewmodel instance between two composable screens by using koin?
a
I guess you are talking about compose navigation, and i think its posible if you use the navigation composable to get the koinViewModel, it should be created by navigations lifecycle
👆 1