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.
Busy waiting for other Kotlin libraries developed by JB to be ported to the Linux targets, like Ktor Server for example.
s
sean
12/24/2019, 10:31 PM
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
napperley
12/26/2019, 9:29 PM
Sean - Those Ktor TCP libs are for Ktor Client which is already available on the Linux targets, and some other Kotlin Native targets.
s
sean
12/27/2019, 1:49 AM
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