Hello!, I have a question
How to use
Dispatcher.IO?
Kotlin Multiplatform doesn’t support
Dispatchers.IO ?
kotlinx-coroutines = "1.8.1", kotlin = "2.0.0"
_commonMain_._dependencies_ *{*
implementation(_libs_._kotlinx_._coroutines_._core_)
}
_desktopMain_._dependencies_ *{*
implementation(_libs_._kotlinx_._coroutines_._swing_)
}
It worked for android & iOS projects,
But I can't import in Android & iOS & Desktop & WasmJS projects [I tried upgrading to version 1.9.0-RC, and there was no change.]