I\'ve created an Android project using Gradle. I\'ve added a Dagger library:
dependencies { compile \'com.squareup.dagger:dagger-compiler:1.2.1\' compile
FYI, as of version 0.10.1 of the Android Gradle plugin this will no longer be necessary; lint will automatically ignore these issues found within Dagger: https://android-review.googlesource.com/#/c/93140/