File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # kotlinx.coroutines [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlin-eap-1.1 /kotlinx.coroutines/images/download.svg ) ] ( https://bintray.com/kotlin/kotlin-eap-1.1 /kotlinx.coroutines/_latestVersion )
1+ # kotlinx.coroutines [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx /kotlinx.coroutines/images/download.svg ) ] ( https://bintray.com/kotlin/kotlinx /kotlinx.coroutines/_latestVersion )
22
33Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1 release.
44
@@ -35,7 +35,9 @@ Modules that provide coroutine dispatchers for various single-threaded UI librar
3535
3636> Note that these libraries are experimental and are subject to change.
3737
38- The libraries are available via [ JCenter] ( https://bintray.com/bintray/jcenter ) .
38+ The libraries are published to [ kotlinx] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines ) bintray repository
39+ and also linked to [ JCenter] ( https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines ) .
40+
3941These libraries require kotlin compiler version ` 1.1.x ` and
4042require kotlin runtime of the same version as a dependency.
4143
@@ -45,8 +47,8 @@ Add Bintray JCenter repository to `<repositories>` section:
4547
4648``` xml
4749<repository >
48- <id >kotlinx </id >
49- <url >https ://kotlin .bintray.com/kotlinx/ </url >
50+ <id >central </id >
51+ <url >http ://jcenter .bintray.com</url >
5052</repository >
5153```
5254
@@ -74,7 +76,7 @@ Add Bintray JCenter repository:
7476
7577``` groovy
7678repositories {
77- `maven { url "https://kotlin.bintray.com/kotlinx/" }`
79+ jcenter()
7880}
7981```
8082
You can’t perform that action at this time.
0 commit comments