Is there a way to cross compile kotlin native? Say...
# kotlin-native
h
Is there a way to cross compile kotlin native? Say I'm on Windows and I want to compile for iphone targets.
đźš« 2
o
it can cross-compile, but not for the host-target pair you mention, Windows can cross-compile to Android and WebAssembly
c
@hmole development for iOS from windows would, likely, never be possible
c
I wouldn't be so sure of that: https://github.com/darlinghq/darling
d
Adobe Air is the only thing Im aware of that allowed generating iOS apps inside windows. They included a LLVM compiler iirc and generated llvm bitcode in text format. That was closed source and I d’ont know which kind of agreement they had with Apple. So nobody else is doing that afaik (but not completely sure). Other people have a mac server or vm and compile things in there