https://kotlinlang.org logo
Title
b

brabo-hi

05/25/2018, 10:18 AM
is there a kotlin jvm network api ? or we have to use the Java one ?
h

hho

05/25/2018, 10:20 AM
But in general it's one of the big advantages of Kotlin that you can use any Java library.
j

jurajsolarml

05/25/2018, 10:24 AM
Kotlin
I'm a beginner, where should I change it?
o

orangy

05/25/2018, 10:32 AM
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

spand

05/25/2018, 10:52 AM
Are you developing it in the open ?
d

diesieben07

05/25/2018, 10:53 AM
o

orangy

05/25/2018, 10:54 AM
Yep, but look in branches if you want to see effort & progress
s

spand

05/25/2018, 10:55 AM
Sweet
o

orangy

05/25/2018, 10:56 AM
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

jurajsolarml

05/25/2018, 11:00 AM
Yes,Thanks