Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaPoet Version collision With ViewBinding #1038

Open
shenguojun opened this issue Jul 22, 2021 · 0 comments
Open

JavaPoet Version collision With ViewBinding #1038

shenguojun opened this issue Jul 22, 2021 · 0 comments

Comments

@shenguojun
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant