You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?