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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: #104

Open
CHOIMINSEOK opened this issue May 16, 2019 · 1 comment
Labels

Comments

@CHOIMINSEOK
Copy link

CHOIMINSEOK commented May 16, 2019

When I update Gradle Version 3.3.2 => 3.4.1, following error occur.

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? 馃槩

@CHOIMINSEOK
Copy link
Author

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"

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

No branches or pull requests

2 participants