JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.36k stars 1.12k forks source link

Kotlin-Native Support for Desktop #1923

Open caffeine-mgn opened 2 years ago

caffeine-mgn commented 2 years ago

Can you add support of kotlin-native? Kotlin-native doesn't have any common UI library.

akurasov commented 2 years ago

You are speaking about desktop platfrom, right?

caffeine-mgn commented 2 years ago

You are speaking about desktop platfrom, right?

yep. I mean kotlin-native desktop application with ui

akurasov commented 2 years ago

Yes, I see. Development of desktop-native Compose is significant work and we are focused on different platforms at the moment, since desktop is covered by desktop-jvm platform.

But yes, it is one of possible long-term goals.

AhmedvHashem commented 1 year ago

Compose for Kotlin/Native will serve iOS the most as there are no JIT in iOS

tuduongquyet commented 1 month ago

Hi, Any updates on this?