Arunkumar
Arunkumar
@magicalmcgrady We made something similar for databinding with `@BindingAdapter` support etc but that can be used for `ViewBinding` as well. https://github.com/grab/grab-bazel-common#databinding Sample usage: https://github.com/grab/Grazel/blob/d1c13ef28514fb9c21732802b18a9f77fa3402f9/sample-android-flavor/BUILD.bazel#L10 https://github.com/grab/Grazel/blob/d1c13ef28514fb9c21732802b18a9f77fa3402f9/sample-android-flavor/src/main/java/com/grab/grazel/android/flavor/FlavorActivity.kt#L28
@ahumesky I found this `Fix thread safety issue when getting api-versions.xml resource` https://android.googlesource.com/platform/frameworks/data-binding/+/5387fb682ea5ae0ad1595dcbd2207949f5273fbe%5E!/#F0 I think this commit is not present in the Databinding version Bazel is currently [using](https://github.com/bazelbuild/bazel/tree/master/third_party/java/android_databinding). The issue...
Related bazelbuild/bazel#2694