Skip to content

Instantly share code, notes, and snippets.

@wadva474
Created August 13, 2023 22:08
Show Gist options
  • Save wadva474/377222e721dc246f5c5e4b5e3d241ebb to your computer and use it in GitHub Desktop.
Save wadva474/377222e721dc246f5c5e4b5e3d241ebb to your computer and use it in GitHub Desktop.
//Android Injecting the NotesViewModel
@Composable
fun NotesScreen(notesViewModel: NotesViewModel = koinViewModel()) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment