Hi, I am pretty new to android and I wanted to include dependecy injection in our projects, so I ended up trying dagger. My problem is I am not able to run any tutorials I found online. This one looks simple enough, but I was not able to build it.
I keep getting Unresolved reference: DaggerAppComponent even though I did not change a single line of code.
How do I force dagger to generate classes like it is supposed to do?
Hi, I am pretty new to android and I wanted to include dependecy injection in our projects, so I ended up trying dagger. My problem is I am not able to run any tutorials I found online. This one looks simple enough, but I was not able to build it.
I keep getting Unresolved reference: DaggerAppComponent even though I did not change a single line of code.
How do I force dagger to generate classes like it is supposed to do?