<Dagger2: cannot find symbol class Dagger*Componen...
# stackoverflow
u
Dagger2: cannot find symbol class Dagger*Component I am looking into this example: https://github.com/amitshekhariitbhu/Android-MVP-Sample-Application When I try to convert that project to Kotlin by clicking on --> Code --> Convert Java file to Kotlin file for some files.. I get: error: cannot find symbol class DaggerActivityComponent for BaseActivity.java error: cannot find symbol class DaggerApplicationComponent for...