Skip to content

Instantly share code, notes, and snippets.

@appspell
Last active May 11, 2021 05:59
Show Gist options
  • Save appspell/c8defc3fdade3684f013f13b912f2a87 to your computer and use it in GitHub Desktop.
Save appspell/c8defc3fdade3684f013f13b912f2a87 to your computer and use it in GitHub Desktop.
composable(NavigationDestination.Screen1.destination) {
val viewModel: Screen1ViewModel = hiltNavGraphViewModel()
Screen1(viewModel = viewModel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment