Closed minkuan88 closed 8 months ago
android_library
android_binary
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.
enable_compose
True
102 Added compose support for
android_library
andandroid_binary
but have seem to missed out adding support forandroid_instrumentation_binary
.This PR will allow the compose compiler to be added to Kotlin compilation in
android_instrumentation_binary
whenenable_compose
is set toTrue
.