I'm following the tutorial https://www.youtube.com/watch?v=oyFhqydqLzM&t=484s in the minute 7:31, but in my project, I have a problem and don't detect the Dagger component,
I attached the picture
the dependencies that I am using
annotationProcessor 'com.google.dagger:dagger-compiler:2.2'
compile 'com.google.dagger:dagger:2.0'
provided 'org.glassfish:javax.annotation:10.0-b28'`