https://kotlinlang.org logo
Title
r

rudolf.hladik

06/04/2020, 11:49 AM
Kotlin 1.4 M2 released, Ktor support for native-mt coroutines Coming soon™️
🎉 8
e

e5l

06/04/2020, 11:50 AM
We have problems to build
kotlinx.coroutines
native-mt
with
1.4-M2
kotlin right now. So the ktor
native-mt
will be delayed 😞 I'm really sorry.
a

aleksey.tomin

06/04/2020, 11:58 AM
Is client/server for native inside now?
e

e5l

06/04/2020, 11:59 AM
The client only, and the server is coming
🍾 4
r

rudolf.hladik

06/04/2020, 12:01 PM
thx for the update
n

napperley

06/04/2020, 10:19 PM
Will Ktor server for Kotlin Native only cover the linuxX64 target, or will it also cover the Linux ARM targets?
Is Ktor Client going to cover the Linux ARM targets?
Note that the Raspberry PI now has a 8 GB RAM version ( https://www.raspberrypi.org/weekly/ta-da-the-8gb-raspberry-pi-4-has-landed/ ). Will be a matter of time before the Linux ARM 64 platform becomes very important to cover with Ktor Client and Server.
u

Ugi

06/05/2020, 12:09 PM
Kotlin coroutines don't support linux arm 64 and arm 32 yet, so they would need to support it first. Which takes you to kotlinx atomicuFu which also needs to support arm before coroutines. I think I saw an issue on github assigned recently to someone
n

napperley

06/06/2020, 12:40 AM
Unfortunately the missing KotlinX Coroutines library is the main stumbling block 😦 . There might be other stumbling blocks that have yet to reveal themselves.