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?
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 DaggerApiServiceComponentCan you please help me on this?