Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
vips7L
6y ago
0 comments
Save
Share
Kotlins stdlib is seriously lacking, at least the last time I looked at it, you couldn't even read a file without java.io.
0 comments
3 comments · 1 top-level
top
newest
oldest
The_rationalist
6y ago
· 2 in thread
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
vips7L
OP
6y ago
But the discussion was about Kotlin AOT. Not kotlin JVM.
The_rationalist
6y ago
Right but using graal native instead of kotlin native you can have kotlin calling Java code and compiling to a binary
j
/
k
navigate · click thread line to collapse