I’d like to create a viewmodel scoped to a navgrap...
# koin
v
I’d like to create a viewmodel scoped to a navgraph. Based on this issue, seems like this
sharedGraphViewModel
. Is it possible to combine the functionality of koin’s `sharedViewModel`with this
sharedGraphViewModel
. I’d need this since my viewmodel also has saved state, and would need to create a SavedStateHandle. How would I do this?