Skip to content

Instantly share code, notes, and snippets.

@jeremyrempel
Created June 29, 2019 16:45
Show Gist options
  • Save jeremyrempel/5b398132357d815d58d691b400c4cfca to your computer and use it in GitHub Desktop.
Save jeremyrempel/5b398132357d815d58d691b400c4cfca to your computer and use it in GitHub Desktop.
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