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
When I update Gradle Version 3.3.2 => 3.4.1, following error occur.
3.3.2
3.4.1
e: error: cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.hanks.htextview.base.HTextView not found
Any help for me? 😢
The text was updated successfully, but these errors were encountered:
Ohh, Originally I only add
implementation "com.hanks:htextview-fade:0.1.6"
It works find on Gradle 3.3.2, not on 3.4.1
when I add base dependency, the issue fixed
implementation "com.hanks:htextview-base:0.1.6" implementation "com.hanks:htextview-fade:0.1.6"
Sorry, something went wrong.
No branches or pull requests
When I update Gradle Version
3.3.2
=>3.4.1
, following error occur.Any help for me? 😢
The text was updated successfully, but these errors were encountered: