is there a kotlin jvm network api ? or we have to ...
# announcements
b
is there a kotlin jvm network api ? or we have to use the Java one ?
h
But in general it's one of the big advantages of Kotlin that you can use any Java library.
j
Kotlin
I'm a beginner, where should I change it?
o
We are working on
<http://kotlinx.io|kotlinx.io>
, a multiplatform (jvm/js/native) asynchronous API (with coroutines) covering sockets, files, etc, but it’s not ready yet.
❤️ 3
👍 5
s
Are you developing it in the open ?
d
o
Yep, but look in branches if you want to see effort & progress
s
Sweet
o
Basically you don’t want to try it yet 🙂 There are lots of moving parts and not every one of it was released (like changes in coroutines, native, etc)
j
Yes,Thanks