if you are using gradle make sure you are using ka...
# dagger
t
if you are using gradle make sure you are using kapt and not apt or annotationProcessor. and the obvious, did you put
@Component
on it?
k
This is what my build.gradle looks like