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:
8181Add 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
8787And 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
You can’t perform that action at this time.
0 commit comments