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 |
0 replies
|
@Tlaster |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 screenAll reactions