Created
November 27, 2017 01:03
-
-
Save larkintuckerllc/0f64de81284b4c4263771f78b547a044 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 1 - 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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