Hi guys!
In compose multiplatform app (for android & iOS) can we share a androidx.viewmodel instance between two composable screens by using koin?
a
Alexandru Caraus
11/09/2024, 4:58 PM
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