Skip to content

Instantly share code, notes, and snippets.

@Audhil
Created July 7, 2020 08:18
Show Gist options
  • Save Audhil/e43ec29974bf9a3852384a9043ce22d7 to your computer and use it in GitHub Desktop.
Save Audhil/e43ec29974bf9a3852384a9043ce22d7 to your computer and use it in GitHub Desktop.
viewmodel injection - dagger-hilt - gist 8
class MainViewModel
@ViewModelInject
constructor() : ViewModel()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment