Vincent tiensi
12/01/2020, 5:19 AMjim
12/01/2020, 1:06 PMAlexjlockwood
12/03/2020, 3:16 AMrules_kotlin
, specifically the inability to specify per-target compiler flags to kotlin rules (i.e. with compose you need to be able to pass the -Xuse-ir
compiler flag to kotlin targets, but right now you can only do so on all targets, not individual targets… which may or may not be an issue for you). there’s quite a long discussion about this here: https://github.com/bazelbuild/rules_kotlin/issues/396
right now it seems like the maintainers of rules_kotlin
are hesitant towards supporting this…. but i also feel like it will eventually kind of need to happen, given the huge demand to support compose in android moving forward. TLDR there are still a lot of open questions
on the other hand, if you are building with facebook’s Buck build system, i’ve managed to get that working 100% with compose w/o any issuesVincent tiensi
12/03/2020, 3:16 AMAlexjlockwood
12/03/2020, 3:18 AMrules_kotlin
as well. i think our company was the first to bring these issues up… i imagine more will follow and they will eventually be forced to prioritize this. but as of right now it doesn’t seem like there is a huge hurry on their end. we’ve been considering patching rules_kotlin
in the mean time 😕jim
12/03/2020, 3:27 AMYoel Gluschnaider
10/04/2021, 12:02 PMAlexjlockwood
10/26/2021, 9:32 PM