Skip to content

Instantly share code, notes, and snippets.

@AdrianoCelentano
Created March 5, 2019 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 AdrianoCelentano/6b9c5610a5b6b2ac73ceaad5235b9f27 to your computer and use it in GitHub Desktop.
Save AdrianoCelentano/6b9c5610a5b6b2ac73ceaad5235b9f27 to your computer and use it in GitHub Desktop.
ViewModel
class MyViewModel @Inject constructor(private val myRepository: MyRepository): ViewModel() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment