Will Compose Desktop be available for Kotlin/Nativ...
# compose-desktop
d
Will Compose Desktop be available for Kotlin/Native at some point? I mean, Skia is a native library, why stay in the JVM?
2
c
I’m sure we will see it eventually, but I’d think it would be a long time until then. I think a bigger challenge than just working with Skia in KN would be working with all the possible windowing toolkits which are different for each OS, compared to currently using JVM with Swing, which works on all OSs
o
There are many challenges around moving Compose to K/N, however we believe that this direction is worth evaluating.
👍 7
s
@olonho so Compose for iOS isn’t being actively pursued right now?
o
it’s being evaluated
K 21
🎉 8
👍 13
d
I understand that it will be very difficult, however, there are many developers out there looking for a native multi-platform UI toolkit, and I think Kotlin/Native and especially Compose would be a great solution for them. Of course, I also understand that there are other priorities right now, thanks for the clarification!