“#ifdef” compilation condition for Kotlin/Native
I’m writing a Kotlin/Native application targeted for Windows, Linux and Mac and I need to call platform.posix._popen
on Windows and platform.posix.popen
on the other.
I’m writing a Kotlin/Native application targeted for Windows, Linux and Mac and I need to call platform.posix._popen
on Windows and platform.posix.popen
on the other.