after update to butterknife 8.2.1 start getting this error when build the project
cannot find symbol class DaggerActivityComponent
and
cannot find symbol class DaggerApplicationComponent
Error:Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider butterknife.compiler.ButterKnifeProcessor could not be instantiated: java.lang.NoSuchMethodError: com.squareup.javapoet.CodeBlock.of(Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/javapoet/CodeBlock;
Use Dagger 2.5. Old versions bundled JavaPoet incorrectly.
thank you.
it works, thanks
It works , thanks.
Most helpful comment
Use Dagger 2.5. Old versions bundled JavaPoet incorrectly.