hey guys please i need help i recently tried to ad...
# random
s
hey guys please i need help i recently tried to add dagger2 to my project but it requires an annotation processor now my project is already using
Copy code
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
but the tutorials am seeing are listing:
Copy code
annotationProcessor "com.google.dagger:dagger-compiler:2.9"
so will using the latter still allow my butterknife implementations to still work?