Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
vips7L
5y ago
0 comments
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
default
newest
oldest
The_rationalist
5y 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
vips7L
OP
5y ago
But the discussion was about Kotlin AOT. Not kotlin JVM.
The_rationalist
5y 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