Y
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
The_rationalist
2207 days ago
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
link
vips7L
2207 days ago
But the discussion was about Kotlin AOT. Not kotlin JVM.
link
The_rationalist
2207 days ago
Right but using graal native instead of kotlin native you can have kotlin calling Java code and compiling to a binary
link
As for multi platform io they are working on it https://github.com/Kotlin/kotlinx-io