We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ViewBinding is using JavePoet version newer then V1.7.0 and use function addComment and addJavadoc in JavaPoet 1.8.0.
addComment
addJavadoc
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ViewBinding is using JavePoet version newer then V1.7.0 and use function
addComment
andaddJavadoc
in JavaPoet 1.8.0.The following error will occur when viewbinding enable:
Execution failed for task ':app:dataBindingGenBaseClassesDebug'.
The text was updated successfully, but these errors were encountered: