How to perform implementation of shared viewModel using precompose-koin? #225
Replies: 2 comments 3 replies
-
Sorry but I don't get it, if you want to get something that is injected from koin, at least you need to call something like |
Beta Was this translation helpful? Give feedback.
-
@Tlaster |
Beta Was this translation helpful? Give feedback.
-
Is there any way so that we can use same viewModel reference in all the screen of a group using precompose-koin instead of implementeing like.
val vm by inject<MYViewModel>()
in every screenBeta Was this translation helpful? Give feedback.
All reactions