Skip to content

Commit

Permalink
Reference to NPM package name
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Mar 5, 2018
1 parent 2b5101a commit bf33e3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ And make sure that you use the latest Kotlin version:
Add dependencies (you can also add other modules that you need):

```groovy
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.22.4'
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-corekotlinx-coroutines-core:0.22.4'
```

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

### Kotlin/JS

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

### ProGuard

Expand Down

0 comments on commit bf33e3f

Please sign in to comment.