runInCoroutine

expect suspend fun <T> runInCoroutine(newValue: E, body: suspend () -> T): T
actual suspend fun <T> runInCoroutine(newValue: E, body: suspend () -> T): T
actual suspend fun <T> runInCoroutine(newValue: E, body: suspend () -> T): T