You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The koinNavGraphViewModel() extension is perfect for scoping ViewModels to nav graphs but when using the nav graph DSL graph ids are inaccessible.
Describe the solution you'd like
It would be nice if the extension function also supports routes. This issue was reported earlier as #1476 and addressed in this PR #1473 but the issue and PR were closed without being merged in.
Describe alternatives you've considered
Currently I use my own variant of the extension function which does support route based navigation. It would however be better if I could just use the koinNavGraphViewModel() extension function.
Target Koin project
koin-androidx-navigation
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
The koinNavGraphViewModel() extension is perfect for scoping ViewModels to nav graphs but when using the nav graph DSL graph ids are inaccessible.
Describe the solution you'd like
It would be nice if the extension function also supports routes. This issue was reported earlier as #1476 and addressed in this PR #1473 but the issue and PR were closed without being merged in.
Describe alternatives you've considered
Currently I use my own variant of the extension function which does support route based navigation. It would however be better if I could just use the koinNavGraphViewModel() extension function.
Target Koin project
koin-androidx-navigation
The text was updated successfully, but these errors were encountered: