Hi, I can't find an answer to my question, can we ...
# compose-desktop
h
Hi, I can't find an answer to my question, can we use Kotlin Native instead of the JVM in Compose Desktop?
c
I don't think so. Compose Desktop is built on top of AWT and therefore needs the JVM.
e
No you can't unfortunately.
h
that makes sense, but then how does it work on IOS? I don't think the JVM is authorized 🙂
e
Well I think the missing part is the linking process to output the native binaries for desktop targets. Probably most code can be reused
h
I see. I wonder if this is something that is being considered in the future.
o
There is a k/native Compose artifacts for macos only. You can play with it if you want, but it's not even experimental, there is no actual plan to work on it, it just exists for internal reasons.
h
Thanks