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

Add compose support to android_instrumentation_binary #158

Closed minkuan88 closed 8 months ago

minkuan88 commented 8 months ago

102 Added compose support for android_library and android_binary but have seem to missed out adding support for android_instrumentation_binary.

This PR will allow the compose compiler to be added to Kotlin compilation in android_instrumentation_binary when enable_compose is set to True.