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
Casey Brooks
12/21/2020, 3:42 PM
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
olonho
12/21/2020, 3:47 PM
There are many challenges around moving Compose to K/N, however we believe that this direction is worth evaluating.
👍 7
s
spierce7
12/21/2020, 3:58 PM
@olonho so Compose for iOS isn’t being actively pursued right now?
o
olonho
12/21/2020, 5:20 PM
it’s being evaluated
K 21
🎉 8
👍 13
d
Dario Valdespino
12/21/2020, 6:05 PM
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!