-
-
Notifications
You must be signed in to change notification settings - Fork 415
Android: databinding compiler with view binding example #5888
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
base: main
Are you sure you want to change the base?
Conversation
Hi! I'm I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:
|
libs/androidlib/src/mill/androidlib/AndroidDataBindingModule.scala
Outdated
Show resolved
Hide resolved
libs/androidlib/databinding-api/src/mill/androidlib/databinding/GenerateBindingSources.scala
Show resolved
Hide resolved
libs/androidlib/databinding/impl/src/mill/androidlib/databinding/AndroidDataBindingImpl.scala
Show resolved
Hide resolved
some renamings configurable version
good job @souvlakias , thanks for the implementation. should be ready for review |
@souvlakias almost forgot, can you annotate the new classes with experimental |
For #5886
This PR allows for viewBinding to work via the databinding-compiler.
The option is enabled similarly with Gradle and Mill's compose flags.
It's implementation is adapted from the CLI tool here
Co-authored by @souvlakias
Jetchat example