Skip to content

Commit bf33e3f

Browse files
committed
Reference to NPM package name
1 parent 2b5101a commit bf33e3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ And make sure that you use the latest Kotlin version:
8181
Add dependencies (you can also add other modules that you need):
8282

8383
```groovy
84-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.22.4'
84+
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-corekotlinx-coroutines-core:0.22.4'
8585
```
8686

8787
And make sure that you use the latest Kotlin version:
@@ -94,7 +94,8 @@ buildscript {
9494

9595
### Kotlin/JS
9696

97-
Use `kotlinx-coroutines-core-js` artifact in your dependencies.
97+
Use `org.jetbrains.kotlinx:kotlinx-coroutines-core-js:<version>` artifact in your Gradle/Maven dependencies
98+
or install [`kotlinx-coroutines-core`](https://www.npmjs.com/package/kotlinx-coroutines-core) package via NPM.
9899

99100
### ProGuard
100101

0 commit comments

Comments
 (0)