Skip to content

Commit 06e85d5

Browse files
Dmitry-Borodinelizarov
authored andcommitted
Updated readme to help people unfamiliar with Gradle
Fixes #539
1 parent e7a0723 commit 06e85d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ And make sure that you use the latest Kotlin version:
8585
Add dependencies (you can also add other modules that you need):
8686

8787
```groovy
88-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.1'
88+
dependencies {
89+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.1'
90+
}
8991
```
9092

9193
And make sure that you use the latest Kotlin version:

0 commit comments

Comments
 (0)