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 )
2
2
3
3
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1 release.
4
4
@@ -35,7 +35,9 @@ Modules that provide coroutine dispatchers for various single-threaded UI librar
35
35
36
36
> Note that these libraries are experimental and are subject to change.
37
37
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
+
39
41
These libraries require kotlin compiler version ` 1.1.x ` and
40
42
require kotlin runtime of the same version as a dependency.
41
43
@@ -45,8 +47,8 @@ Add Bintray JCenter repository to `<repositories>` section:
45
47
46
48
``` xml
47
49
<repository >
48
- <id >kotlinx </id >
49
- <url >https ://kotlin .bintray.com/kotlinx/ </url >
50
+ <id >central </id >
51
+ <url >http ://jcenter .bintray.com</url >
50
52
</repository >
51
53
```
52
54
@@ -74,7 +76,7 @@ Add Bintray JCenter repository:
74
76
75
77
``` groovy
76
78
repositories {
77
- `maven { url "https://kotlin.bintray.com/kotlinx/" }`
79
+ jcenter()
78
80
}
79
81
```
80
82
You can’t perform that action at this time.
0 commit comments