Is there a workaround to the current unavailabilit...
# multiplatform
c
Is there a workaround to the current unavailability of
kotlinx-coroutines-core-native:1.3.9
?
s
Yeah, you use
kotlinx-coroutines-core
instead. As mentioned in the blog post, all
-native
deps should now be declared without that suffix, and the metadata does the rest
☝️ 1
c
Huh, that worked, interesting. Which blog post was that? https://github.com/Kotlin/kotlinx.coroutines#native still mentions
kotlinx-coroutines-core-native
.