I have gone through various stackoverflow link some of the link are :
LInk 1
Link 2
but no one solve this below are the gradle file and my application :
// dependency injection
implementation 'com.google.dagger:dagger-android:2.14.1'
implementation 'com.google.dagger:dagger-android-support:2.14.1'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.14.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.14.1'
And the MyApplication file is :
DaggerAppComponent.builder()
.application(this)
.build()
.inject(this);
AppLogger.init();

You have to build the project after setting up dagger and then start typing Dagger and Android Studio will show the class it built for dagger component
There is many methods to solve it,
Below methods are worldwide problem solver
These 3 methods can solve your problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With