-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
P1component: androidstatus: open - investigatingtype: enhancementNew feature or requestNew feature or request
Description
Related to #239 but this issue is to specifically call out support for Jetpack Compose.
From previous conversations in BazelBuild Slack
I think we can support Jetpack Compose in the kotlin rules without vast changes. It'll need a better kotlin plugin architecture, but nothing that seems insane.
If you have kt_plugin() then you should be able to setup a jetpack compose plugin target, then use "plugins=" to consume them, similarly to how you'd do dagger, or auto-value, with java_plugin.
Metadata
Metadata
Assignees
Labels
P1component: androidstatus: open - investigatingtype: enhancementNew feature or requestNew feature or request