Created
June 10, 2019 23:25
-
-
Save ivanalvarado/6a27f0b986529410ace5166766165313 to your computer and use it in GitHub Desktop.
AssistedInject gradle dependency
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
// module level gradle file | |
dependencies { | |
/* Dagger 2 - Assisted Inject */ | |
compileOnly 'com.squareup.inject:assisted-inject-annotations-dagger2:0.3.3' | |
kapt 'com.squareup.inject:assisted-inject-processor-dagger2:0.3.3' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment