Dagger component files are not generating
smalam119 opened this issue · 1 comments
smalam119 commented
I am using your project as a reference for one of project where I am trying to implement dagger 2. I believe I have followed everything accordingly but whenever I try to run, the compiler says that generated component files are not found. (The files that should be generated by dagger)
Error:(6, 68) error: cannot find symbol class DaggerApiServiceComponent
Can you please help me on this?
S2606 commented
@smalam119 its because the android-apt plugin used in this project is now deprecated for plugin version 2.2 or newer. follow this stack-overflow page