https://kotlinlang.org logo
Title
s

SrSouza

04/12/2023, 2:32 PM
s

smallshen

04/12/2023, 3:19 PM
If anyone is interested
a

Alexander Maryanovsky

04/12/2023, 4:14 PM
Do a comparison of startup times
s

smallshen

04/12/2023, 4:31 PM
Def graal aot start way faster
I made compose project under awt compile graal native image successfully almost 2 years ago(of course, tons of manual trick fix), the start up is way faster than normal jvm
a

Adam Brown

04/12/2023, 7:45 PM
once kotlin native is more mature and has done some performance work, I would LOVE a compose desktop native target 🎯
no embedded VM, smaller footprint, ect ect
the fact that flutter for desktop can compile to native is pretty nice
a

Abdelilah El Aissaoui

04/13/2023, 1:54 PM
l

Landry Norris

04/13/2023, 2:11 PM
There's experimental support for macos native in Compose Multiplatform.
a

Abdelilah El Aissaoui

04/13/2023, 2:12 PM
Yeah, not for Linux and Windows sadly :(
l

Landry Norris

04/13/2023, 2:13 PM
Maybe some day when iOS and others are stable, they'll be able to start work on that.
j

jim

04/13/2023, 8:36 PM
For anyone who is looking for the source code for a GraalVM compatible compose app, it can be found here: https://github.com/esp-er/compose-graal-hello