Skip to content

Instantly share code, notes, and snippets.

@princessdharmy
Created January 29, 2019 02:03
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 princessdharmy/508b892bbd1c405748ed36bb74d86314 to your computer and use it in GitHub Desktop.
Save princessdharmy/508b892bbd1c405748ed36bb74d86314 to your computer and use it in GitHub Desktop.
...
ext {
daggerVersion = '2.14.1'
}
dependencies {
...
//Dependency Injection
implementation "com.google.dagger:dagger:$daggerVersion"
implementation "com.google.dagger:dagger-android-support:$daggerVersion"
annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion"
annotationProcessor "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