grab / grab-bazel-common

Common rules and macros for Grab's Android projects built with Bazel.
https://grab.github.io/grazel
Apache License 2.0
39 stars 15 forks source link

Rename databinding kotlin to use the same suffix as `kt_android_library` #122

Closed arunkumar9t2 closed 1 year ago

arunkumar9t2 commented 1 year ago

The -kotlin suffix has no purpose and causes confusion in multiple places like test associates and grazel. In this PR, it is unified to be the same name that would be otherwise generated by kt_android_library.

Enable databinding in tests also so running unit tests will test databinding code path.