Skip to content

Commit a44bbb2

Browse files
Yaroslav Movchanqwwdfsad
authored andcommitted
Update README.md
1 parent c82a54d commit a44bbb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

8282
```groovy
83-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.24.0'
83+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.24.0'
8484
```
8585

8686
And make sure that you use the latest Kotlin version:
@@ -113,7 +113,7 @@ Add [`kotlinx-coroutines-android`](ui/kotlinx-coroutines-android)
113113
module as dependency when using `kotlinx.coroutines` on Android:
114114

115115
```groovy
116-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.24.0'
116+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.24.0'
117117
```
118118

119119
This gives you access to Android [UI](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-android/kotlinx.coroutines.experimental.android/-u-i.html)

0 commit comments

Comments
 (0)