<Cannot find DaggerAppComponent inside Application...
# stackoverflow
u
Cannot find DaggerAppComponent inside Application class I'm using kotlin latest version and trying to implement dagger2, but after rebuilding the project the suggestions would never give me "DaggerAppComponent" to build. my dependencies implementation 'com.google.daggerdagger2.38.1' implementation 'com.google.daggerdagger android2.38.1' implementation 'com.google.daggerdagger android support2.35.1' annotationProcessor 'com.google.daggerdagger compiler2.38.1' annotationProcessor 'com.google.daggerdagger android processor2.38.1' And I...