Will Kotlin Native include a standard library (networking, for example) at some point or it will take advantage of already written C libraries ?
1 reply
elezium: we are going to take a bit different approach, and provide, along with stdlib, so called platform library, which contains platform-specific APIs, such as Win32 on Windows or POSIX on Linux/Mac.