Skip to content

Instantly share code, notes, and snippets.

@grishko188
Created January 25, 2023 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grishko188/4c2952c785a93525af18289806ff795e to your computer and use it in GitHub Desktop.
Save grishko188/4c2952c785a93525af18289806ff795e to your computer and use it in GitHub Desktop.
View model injection into composable
@Composable
fun ShareTargetScreen(
...
viewModel: SharingTargetViewModel = hiltViewModel()
) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment