I heard that JetBrains has started experimenting on Compose for iOS. Do you have evidence of this? Twitter, Slack posts?
o
okarm
02/14/2021, 11:32 AM
We all know it's only a matter of time before either JB or Google start targeting iOS - Android is there, other native targets are there. iOS is the elephant in the room, obviously.
Let's just wait for it. When the announcement is made it shall be prominently displayed in all communication channels.
🐘 4
t
Timo Drick
02/14/2021, 1:12 PM
Currently a JVM is necessary to run Compose. But in theory it should be possible to build just on native skia. And than it should be possible to run compose on all platforms that are supported by skia.
m
Michael Paus
02/16/2021, 11:01 PM
Or you just use GraalVM/native-image in the same way as you can do it today with JavaFX and Gluons mobile toolchain.