Created
June 29, 2019 16:45
-
-
Save jeremyrempel/5b398132357d815d58d691b400c4cfca to your computer and use it in GitHub Desktop.
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
apply: plugin “kotlin-kapt” | |
// just gradle things | |
implementation "com.google.dagger:dagger:2.23.2" | |
kapt "com.google.dagger:dagger-compiler:2.23.2" | |
compileOnly “javax.annotation:jsr250-api:1.0” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment