-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about Coroutine dependency #16
Comments
Hi! Quoting John's reply from this StackOverflow question:
|
Thanks a lot |
I just want to follow up, since |
According to this comment, it's no longer required with the new Memory Model for Kotlin/Native, so yes, the replacement would be the regular version. |
Good day, I just wanted to ask why we use
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0-native-mt
instead of the regularorg.jetbrains.kotlinx:kotlinx-coroutines-android:$version
here. Is there any specific reason or is it mandatory when working with KMM?Thanks
The text was updated successfully, but these errors were encountered: