Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
va...@gmail.com <va...@gmail.com> #2
This made the final release unfortunately and is still present on Android Studio 3.6.1, please prioritize
tn...@google.com <tn...@google.com> #3
Sorry I missed this. This is now fixed for an upcoming 4.1 canary and also backported to the 4.0 beta branch by Change-Id: I0082b34aecbba6661a4bb4b102558a1b9ca59158.
Thanks for the report!
Description
Steps to Reproduce:
1. Include the following in gradle dependencies: implementation "com.jakewharton:butterknife:10.1.0"
2. Observe lint warning: Annotation Processor on Compile Classpath
The "butterknife" dependency is not the annotation processor, it consists of actual classes that need to be on the compile class path. The butterknife annotation processor is the "butterknife-compiler" dependency.
This line should be removed: