Skip to content

Commit d28de17

Browse files
committed
Maven Central info in readme
1 parent 8648717 commit d28de17

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,15 @@ This is a companion version for Kotlin 1.1.4 release (this is the minimal requir
3939

4040
> Note that these libraries are experimental and are subject to change.
4141
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).
4445

4546
These libraries require kotlin compiler version `1.1.4` or later and
4647
require kotlin runtime of the same version as a dependency.
4748

4849
### Maven
4950

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-
5951
Add dependencies (you can also add other modules that you need):
6052

6153
```xml
@@ -76,14 +68,6 @@ And make sure that you use the right Kotlin version:
7668

7769
### Gradle
7870

79-
Add Bintray JCenter repository:
80-
81-
```groovy
82-
repositories {
83-
jcenter()
84-
}
85-
```
86-
8771
Add dependencies (you can also add other modules that you need):
8872

8973
```groovy

0 commit comments

Comments
 (0)