adityaladwa/DaggerMVP-Tutorial

Dagger component files are not generating

smalam119 opened this issue · 1 comments

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

https://stackoverflow.com/questions/42574803/incompatible-plugins-for-android-apt-after-upgrading-to-android-studio-2-3