How do I enable databinding for android builds? I see you have android_databinding including in your source but I'm not connecting the dots
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/0e3d48b1-7d7e-46ce-8d01-8e1c3aff3148%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Greg,
Thanks for the response! I've got a fairly complex AS project with large native libraries I'm looking to cut down slow gradle incremental build times by migrating to Bazel.
So currently can I just include the two databind libraries and be up and running or is there more config needed?
It would be super awesome if you can spin this up for for a future release :)
Thanks!