File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ And make sure that you use the latest Kotlin version:
81
81
Add dependencies (you can also add other modules that you need):
82
82
83
83
``` 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'
85
85
```
86
86
87
87
And make sure that you use the latest Kotlin version:
@@ -94,7 +94,8 @@ buildscript {
94
94
95
95
### Kotlin/JS
96
96
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.
98
99
99
100
### ProGuard
100
101
You can’t perform that action at this time.
0 commit comments