Dagger 2 “Dagger” prefix component not able to compile? auto generated class
问题 Im trying to use Dagger 2 on android. I previously had it working and i had an appModule injecting dependencies into specific classes in the app. My Issue is that iam getting the error Error:(14, 55) error: cannot find symbol class DaggerAppComponent which attempting to import. this is an autogenerated class below are my Dagger specific dependencies in my build.gradle file compile 'com.google.dagger:dagger-compiler:2.0.2' compile 'com.google.dagger:dagger:2.0.2' provided 'javax.annotation