Kotlin Native - Suspending Functions - Linux x64
For Linux (x64), we are building a library (C++) via Kotlin Native. In the resulting binary, all suspending functions get removed.
Does anyone know how to make these functions available in the resulting binary?