Last active
March 18, 2018 17:57
-
-
Save filipproch/e0052eb77acb2cee1e442ff217812621 to your computer and use it in GitHub Desktop.
Dagger example
This file contains 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 { | |
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