alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 622 forks source link

JavaPoet Version collision With ViewBinding #1038

Open shenguojun opened 2 years ago

shenguojun commented 2 years ago

ViewBinding is using JavePoet version newer then V1.7.0 and use function addComment and addJavadoc in JavaPoet 1.8.0.

The following error will occur when viewbinding enable:

Execution failed for task ':app:dataBindingGenBaseClassesDebug'.

com.squareup.javapoet.MethodSpec$Builder.addComment(Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/javapoet/MethodSpec$Builder