Does anyone here know how to work with I/O(file) i...
# announcements
s
Does anyone here know how to work with I/O(file) in Kotlin native. It appears I can't import java objects.
l
You can use posix or platform APIs instead of Java APIs.
👍 1