-
Notifications
You must be signed in to change notification settings - Fork 481
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
too many bug at different gradle version #41
Comments
use gradle 4.2 tip Could not find androidx.databinding:viewbinding:4.2.0. |
// implementation 'androidx.databinding:library:3.2.0-alpha11' can you introducde it how to work ,this library |
why so set
not find databindutil, |
build.grade enable =true has set, problem is set xml node cause error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gradle 7.0 ,databindutil not exist ,unless use
and
tip need set
{
databinding true}
but i delete xml everything is ok!
The text was updated successfully, but these errors were encountered: