Hi ! Little question, what is the best way to do I...
# kotlin-native
g
Hi ! Little question, what is the best way to do IO that works on Linux & Windows using Kotlin native ?
g
The POSIX API is available natively on Windows then? Or is this something made by Kotlin team? Sorry, I never done development for Windows in my life...
o
some subset of POSIX API is available on Windows
sufficient for file IO
g
Okay ! Thank you ! 🙂
l
@olonho How can we know which subset is available where?
o
it's a great question: if not talking about IDE tooling, we could suggest using
klib
tool, i.e.
./dist/bin/klib contents dist/klib/platform/macbook/posix