https://kotlinlang.org logo
Title
l

Landry Norris

04/24/2022, 9:09 PM
In one of my projects, I need to use 1.6.20 which is only supported on 1.2.0-alpha08 of the compose compiler. I know the Android dsl allows us to override the compose compiler version. Is there a way to override this on a desktop/web project? I'm not using Android with this project.
I just need 1.2.0-alpha08 of the compose compiler. I'm fine with 1.1.1 or 1.2.0-alpha01-dev620 for the runtime.
Or just wait until an official release…
l

Landry Norris

04/24/2022, 9:30 PM
I'm currently working on a proof of concept, so I do need to get this done soon, but long term stability is less of a concern. I'll take a look at the snapshots.