Has `<http://Dispatchers.IO|Dispatchers.IO>` been ...
# android
a
Has
<http://Dispatchers.IO|Dispatchers.IO>
been deprecated/removed? Documentation says it exist but it's not available in code (coroutines version
1.1.1
)
d
I believe it does not exist in common code.
s
Exactly. Are you building a mpp? You could have CoroutineDispatcher as expect and for jvm actual Dispatchers.IO and iOS actual ApplicatonDiapatcher
a
Is there any project which has all of this configured? I've found this article which does basically the same but it's for iOS only, I need to configure it for Android, too: https://medium.com/@yuyaHorita/kotlin-native-ios-a1a73d7390fe
Also I think. Dispatchers.IO is not available on Android 😕
i
I have Dispatchers.IO available for my project.
👍 1
With these implementations.