Skip to content

Commit 8e38418

Browse files
committed
Explicitly mention that jcenter must be in a list of repos
Fixes Kotlin#307
1 parent fcdce10 commit 8e38418

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ buildscript {
9292
}
9393
```
9494

95+
Make sure that you have either `jcenter()` or `mavenCentral()` in the list of repositories:
96+
97+
```
98+
repository {
99+
jcenter()
100+
}
101+
```
102+
95103
### Kotlin/JS
96104

97105
Use `org.jetbrains.kotlinx:kotlinx-coroutines-core-js:<version>` artifact in your Gradle/Maven dependencies

0 commit comments

Comments
 (0)