Skip to content

Commit 46741db

Browse files
Jason Travisqwwdfsad
authored andcommitted
Update coroutines-guide-ui.md gradle dependencies
1 parent dbf0903 commit 46741db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/coroutines-guide-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Add dependencies on `kotlinx-coroutines-android` module to the `dependencies { .
165165
`app/build.gradle` file:
166166

167167
```groovy
168-
compile "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.1"
168+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.1"
169169
```
170170

171171
You can clone [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) project from GitHub onto your

0 commit comments

Comments
 (0)