What’s the future of KotlinNative? Are any platfor...
# kotlin-native
b
What’s the future of KotlinNative? Are any platform libraries planned for the future? (ie: accessing files and things of that sort). I’d love to use Kotlin as an alternative to C/C++/Go/Rust
d
This is in development; but it's the place to watch for the Multiplatform/Native facilities that you're referring to.
b
I guess I was confused I thought multiplatform was for mobile
d
It is... but not exclusively. It's... multi.
Multiplatform means exactly that, check the list of targets.
It goes beyond mobile; linux, arm, js, android ios.
There is deeper support for ios and android, but they're not special cases as far as the basic multiplatform layer is concerned.