Is there any way to configure the compose compiler...
# compose-desktop
b
Is there any way to configure the compose compiler version with Jetbrains Compose? E.g. to use
androidx.compose.compiler:compiler:1.1.0-beta04
, while using jetbrains compose 1.0.0 for everything else?
a
You mean you want to use 1.1.0-beta04 for Android and 1.0.0 for desktop?