Hey guys ! Is there an equivalent way in Kotlin to...
# announcements
c
Hey guys ! Is there an equivalent way in Kotlin to download a file from a URL without buffering into mermory? Like with Java.NIO?
c
I’m pretty sure that #C0A974TJ9 can do that
just ask there
g
Why not use java.nio for that?
Kotlin itself doesn't have any networking API, only platform ones
c
Yep that's what I'm doing 🙂