Is there any plan to include file api and network ...
# stdlib
a
Is there any plan to include file api and network api in standard library?
d
For network api, there's ktor.
Standard file api will come eventually.
v
Standard file api will come eventually
I would not be so sure. Different platforms handle files very differently
d
But basic stuff like read/write of bytes/text to files should be available.
Although I doubt it'll be in stdlib. It'll be it's own library.
l
There are already a few files related extension in the
<http://kotlin.io|kotlin.io>
package as of Kotlin stdlib 1.2 for JDK