Hacker News new | ask | show | jobs
by vips7L 2207 days ago
Kotlins stdlib is seriously lacking, at least the last time I looked at it, you couldn't even read a file without java.io.
1 comments

You can and you should use Java libs where appropriate. It's always nice to have pure idiomatic Kotlin but calling Java from Kotlin is already idiomatic.

As for multi platform io they are working on it https://github.com/Kotlin/kotlinx-io

But the discussion was about Kotlin AOT. Not kotlin JVM.
Right but using graal native instead of kotlin native you can have kotlin calling Java code and compiling to a binary