Compose compiler will be added to Kotlin compilation in android_library and android_binary when enable_compose is set to True.
Compose compiler uses the @maven classpath so as long as consuming projects import GRAB_BAZEL_COMMON_ARTIFACTS as mentioned here the actual version will be resolved to the one used in consuming projects via dep resolution.
android_library
andandroid_binary
whenenable_compose
is set toTrue
.@maven
classpath so as long as consuming projects importGRAB_BAZEL_COMMON_ARTIFACTS
as mentioned here the actual version will be resolved to the one used in consuming projects via dep resolution.