we now support generation of Windows binaries (64-...
# kotlin-native
o
we now support generation of Windows binaries (64-bit on 64-bit hosts for now), so if you're interested in testing Windows, feel free to try the current master. Contributions (for example cross-compilation from Linux) are welcome.
🍷 2
👍 3
🔥 5
🍾 23
K 10
s
olonho: thanks a lot for the windows target, i was waiting for it to fully port my game to kotlin native using CSFML 🙂
h
Ooh, exciting! Will it be in an EAP soon? I'm not quite brave enough to try straight from master. And, does it use automatic ref-counting for GC? I guess I should wait for the blog post ... 🙂
o
Yes, we're planning 0.3 soonish
👍 5
🔥 2
Memory mgmt is based on ARC and cycle collector