#ashokdaggertutorial
What is dependency Injection?
• DAGGER tutorial android part 1. What ...
apply plugin: 'kotlin-kapt'
dependencies{
implementation 'com.google.dagger:dagger-android:2.20'
implementation 'com.google.dagger:dagger-android-support:2.20' // if you use the support libraries
kapt 'com.google.dagger:dagger-android-processor:2.20'
kapt 'com.google.dagger:dagger-compiler:2.20'
}