Skip to content

Instantly share code, notes, and snippets.

@titoaesj
Last active October 16, 2017 13:22
Show Gist options
  • Save titoaesj/585360c7dc75eb5526e90e8c21a57865 to your computer and use it in GitHub Desktop.
Save titoaesj/585360c7dc75eb5526e90e8c21a57865 to your computer and use it in GitHub Desktop.
Kotlin com Dagger2
kapt {
generateStubs = true
}
dependencies {
...
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'com.google.dagger:dagger:2.0.2'
kapt 'com.google.dagger:dagger-compiler:2.0.2'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment