Skip to content

Instantly share code, notes, and snippets.

@mrmojtabaa
Last active January 19, 2019 20:42
Show Gist options
  • Save mrmojtabaa/d5b1100e2b902a086d784fce6261f7f2 to your computer and use it in GitHub Desktop.
Save mrmojtabaa/d5b1100e2b902a086d784fce6261f7f2 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt' // Kotlin Annotation processing tool
android {
compileSdkVersion 28
.
.
dependencies {
.
.
implementation "com.google.dagger:dagger-android:2.16"
kapt "com.google.dagger:dagger-compiler:2.16"
kapt "com.google.dagger:dagger-android-processor:2.16"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment