We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a0723 commit 06e85d5Copy full SHA for 06e85d5
README.md
@@ -85,7 +85,9 @@ And make sure that you use the latest Kotlin version:
85
Add dependencies (you can also add other modules that you need):
86
87
```groovy
88
-implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.1'
+dependencies {
89
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.1'
90
+}
91
```
92
93
And make sure that you use the latest Kotlin version:
0 commit comments