Skip to content

Instantly share code, notes, and snippets.

@filipproch
Last active March 18, 2018 17:57
Show Gist options
  • Save filipproch/e0052eb77acb2cee1e442ff217812621 to your computer and use it in GitHub Desktop.
Save filipproch/e0052eb77acb2cee1e442ff217812621 to your computer and use it in GitHub Desktop.
Dagger example
dependencies {
implementation 'com.google.dagger:dagger-android:2.x'
implementation 'com.google.dagger:dagger-android-support:2.x' // if you use the support libraries
annotationProcessor 'com.google.dagger:dagger-android-processor:2.x'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment