File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -39,23 +39,15 @@ This is a companion version for Kotlin 1.1.4 release (this is the minimal requir
39
39
40
40
> Note that these libraries are experimental and are subject to change.
41
41
42
- The libraries are published to [ kotlinx] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines ) bintray repository
43
- and also linked to [ JCenter] ( https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines ) .
42
+ The libraries are published to [ kotlinx] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines ) bintray repository,
43
+ linked to [ JCenter] ( https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines ) and
44
+ pushed to [ Maven Central] ( https://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.jetbrains.kotlinx%20a%3Akotlinx-coroutines ) .
44
45
45
46
These libraries require kotlin compiler version ` 1.1.4 ` or later and
46
47
require kotlin runtime of the same version as a dependency.
47
48
48
49
### Maven
49
50
50
- Add Bintray JCenter repository to ` <repositories> ` section:
51
-
52
- ``` xml
53
- <repository >
54
- <id >central</id >
55
- <url >http://jcenter.bintray.com</url >
56
- </repository >
57
- ```
58
-
59
51
Add dependencies (you can also add other modules that you need):
60
52
61
53
``` xml
@@ -76,14 +68,6 @@ And make sure that you use the right Kotlin version:
76
68
77
69
### Gradle
78
70
79
- Add Bintray JCenter repository:
80
-
81
- ``` groovy
82
- repositories {
83
- jcenter()
84
- }
85
- ```
86
-
87
71
Add dependencies (you can also add other modules that you need):
88
72
89
73
``` groovy
You can’t perform that action at this time.
0 commit comments