Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created February 29, 2024 12:19
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 tfcporciuncula/63b39a4432fd3ea6e617a41f6433da3a to your computer and use it in GitHub Desktop.
Save tfcporciuncula/63b39a4432fd3ea6e617a41f6433da3a to your computer and use it in GitHub Desktop.
@HiltViewModel
class MyViewModel @Inject constructor(
private val savedStateHandle: SavedStateHandle,
// other dependencies
) : ViewModel() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment