And how can I compile to a different os than my cu...
# kotlin-native
a
And how can I compile to a different os than my current os, in the native app tutorial they say it is possible
For instance I'm using Windows and I want to compile to Linux
o
Not all cross-targets pairs are supported, Windows to Linux are currently not, otherwise
-target xxx
does the trick