how can I compile program for windows on linux hos...
# kotlin-native
g
how can I compile program for windows on linux host?
t
You can run the Windows version with Wine (and the Windows version of Java). Works OK for me. You will have to rewrite the batch scripts, though. They seem to rely on some esoteric features that don't work in Wine's command shell.
Maybe it could be made to work with Java running in Linux but invoking the linker etc. through Wine...? But I'm not sure where to start on that.