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
在project的build.gradle的buildscript里的dependencies里加上classpath 'com.antfortune.freeline:gradle:0.8.8',然后在app的build.gradle的android里加上 viewBinding { enabled = true },运行就会报错,去掉其中一个就能运行,报错如下: Execution failed for task ':app:dataBindingGenBaseClassesDebug'.
com.squareup.javapoet.MethodSpec$Builder.addComment(Ljava/lang/String;[Ljava/lang/Object;)Lcom/squareup/javapoet/MethodSpec$Builder;
viewBinding那么好用怎么能与他冲突呢,如果freeline还在维护的话麻烦看看这个问题
The text was updated successfully, but these errors were encountered:
有人知道怎么解决么?
Sorry, something went wrong.
删除一下freeline的依赖即可,直接使用viewBinding就行了
No branches or pull requests
在project的build.gradle的buildscript里的dependencies里加上classpath 'com.antfortune.freeline:gradle:0.8.8',然后在app的build.gradle的android里加上 viewBinding { enabled = true },运行就会报错,去掉其中一个就能运行,报错如下:
Execution failed for task ':app:dataBindingGenBaseClassesDebug'.
viewBinding那么好用怎么能与他冲突呢,如果freeline还在维护的话麻烦看看这个问题
The text was updated successfully, but these errors were encountered: