With support for Apple Silicon being added in 1.5....
# kotlin-native
a
With support for Apple Silicon being added in 1.5.30, will you be able to cross compile for the M1 chips from an Intel Mac?
s
In the blog post macosARM64 is mentioned as a new target. That makes me think it’ll be possible.
a
I don't think that indicates anything about cross compilation.
macosArm64
may only be available from M1 macs.
l
I noticed that the other architecture differences (especially linuxMips32/Mipsel32) seem to be more limited by host OS than host architecture. I would imagine macOSArm64 would be the same.
t
yes, it can cross compile (this on an x86 machine so I can’t technically test the binary, but it produces it)
👌 1