You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(follow the link to get the dependency declaration snippet) and as [`kotlinx-coroutines-core`](https://www.npmjs.com/package/kotlinx-coroutines-core) NPM package.
185
185
186
186
#### Native
187
187
188
188
Kotlin/Native version of `kotlinx.coroutines` is published as
189
-
[`kotlinx-coroutines-core-$platform`](https://mvnrepository.com/search?q=kotlinx-coroutines-core-) where `$platform` is
189
+
[`kotlinx-coroutines-core-$platform`](https://central.sonatype.com/search?q=kotlinx-coroutines-core&namespace=org.jetbrains.kotlinx) where `$platform` is
190
190
the target Kotlin/Native platform.
191
191
Targets are provided in accordance with [official K/N target support](https://kotlinlang.org/docs/native-target-support.html).
0 commit comments