Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created November 27, 2017 01:03
Show Gist options
  • Save larkintuckerllc/0f64de81284b4c4263771f78b547a044 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/0f64de81284b4c4263771f78b547a044 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 1 - 2
...
dependencies {
...
compile 'com.google.dagger:dagger:2.13'
annotationProcessor 'com.google.dagger:dagger-compiler:2.13'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment