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.