Skip to content

Instantly share code, notes, and snippets.

@egek92
Created July 10, 2019 09:52
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 egek92/2415041c5d8c2d9e9cf385ddbfd305f3 to your computer and use it in GitHub Desktop.
Save egek92/2415041c5d8c2d9e9cf385ddbfd305f3 to your computer and use it in GitHub Desktop.
implementation "com.google.dagger:dagger:${daggerVersion}"
kapt "com.google.dagger:dagger-compiler:${daggerVersion}"
implementation "com.google.dagger:dagger-android:${daggerVersion}"
implementation "com.google.dagger:dagger-android-support:${daggerVersion}"
kapt "com.google.dagger:dagger-android-processor:${daggerVersion}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment