What is happening with getting KotlinX Coroutines ...
# coroutines
n
What is happening with getting KotlinX Coroutines to support the linuxArm32Hfp target? It is reaching a point where the long standing issue ( https://github.com/Kotlin/kotlinx.coroutines/issues/855 ) needs to be addressed. Some of the third party Coroutine libraries support the linuxArm32Hfp target but require the user to use a high level concurrency model, which isn't suitable for library authors and when developing certain types of applications.
t
https://github.com/Kotlin/kotlinx.coroutines/pull/2841 maybe you could ask the korlib people how it’s been working for them
n
How do I get into contact with the Core library team?