Is there any hope for being able to compile native...
# kotlin-native
s
Is there any hope for being able to compile native windows executables, and native macos executables on linux?
b
You can compile windows on linux already. I wouldn't hold a candle for mac xcompilation
s
You can? Maybe I missed that
b
You can only compile all three on macos.
Windows xcompilation landed in 1.7 i think
But you still need windows versions of c lib headers if you use cinterop which can be a major hassle to figure out
j
zig cc can target Mac from Linux or Windows, so it's very much doable from a technical standpoint
b
I'm aware that it's doable, just don't expect kmp team to ever work on it given all the other priorities