Im trying to use Dagger 2 on android. I previously had it working and i had an appModule injecting dependencies into specific classes in the app. My Issue is that iam getting th
Please add
apt 'com.google.dagger:dagger-compiler:2.x'
to your app build.gradle file