Skip to content

Instantly share code, notes, and snippets.

@rachitmishra
Last active November 7, 2017 19:17
Show Gist options
  • Save rachitmishra/d7b1efa5eaf874ae76b9c062d9737a88 to your computer and use it in GitHub Desktop.
Save rachitmishra/d7b1efa5eaf874ae76b9c062d9737a88 to your computer and use it in GitHub Desktop.
dagger-module
/**
* HomeViewModel with `@Inject`able constructor
*/
class HomeViewModel @Inject constructor(private val resources: Resources,
private val preferenceUtils: PreferenceUtils,
private val defineRepository: DefineRepository) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment