Does JetBrains plan to publish kotlinx libraries t...
# kotlin-native
r
Does JetBrains plan to publish kotlinx libraries to the native platforms that are currently missing? EG serialization and coroutines don't currently publish artifacts for the androidNative targets and most of the linux ones, among others.
3
n
The Linux targets should be given top priority. Linux is the top targeted platform in Kotlin Native projects at 74% ( https://www.jetbrains.com/lp/devecosystem-2019/kotlin/ ).
Busy waiting for other Kotlin libraries developed by JB to be ported to the Linux targets, like Ktor Server for example.
s
I was wondering what a kotlin native ktor server would be based off. I saw korio had some tcp libs. I'm working on a micro orm right now for native. But the Linux platform seesm like a big win
💯 1
1
n
Sean - Those Ktor TCP libs are for Ktor Client which is already available on the Linux targets, and some other Kotlin Native targets.
s
I know the curl libs are available for client. I've been using the ktor clients for an open api multi platform client gen. I'm thinking more a server end point