so is there a way we can inject shared viewmodel in composables like we do with fragments and actiiv...
b
so is there a way we can inject shared viewmodel in composables like we do with fragments and actiivty similar to this private val viewModel by sharedViewModel<YourViewModel>()?
🧵 1