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
I'm getting the following error while using AvatarView with databinding:
Cannot find a setter for <agency.tango.android.avatarview.views.AvatarView app:avatarUrl> that accepts parameter type 'java.lang.String' If a binding adapter provides the setter, check that the adapter is annotated correctly and that the parameter type matches.
Cannot find a setter for <agency.tango.android.avatarview.views.AvatarView app:avatarUrl> that accepts parameter type 'java.lang.String'
If a binding adapter provides the setter, check that the adapter is annotated correctly and that the parameter type matches.
The problem could be that compatibility with older versions has been broken in Android gradle plugin 3.0?
I'm using gradle plugin 3.5.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting the following error while using AvatarView with databinding:
The problem could be that compatibility with older versions has been broken in Android gradle plugin 3.0?
I'm using gradle plugin 3.5.2
The text was updated successfully, but these errors were encountered: