File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# kotlinx.coroutines
22
3- Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-rc-69 release.
3+ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-rc-91 release.
44
55## Modules and features
66
@@ -24,7 +24,7 @@ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.
2424
2525The libraries are published to [ kotlin-eap-1.1] ( https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines ) bintray repository.
2626
27- These libraries require kotlin compiler version to be at least ` 1.1.0-rc-69 ` and
27+ These libraries require kotlin compiler version to be at least ` 1.1.0-rc-91 ` and
2828require kotlin runtime of the same version as a dependency, which can be obtained from the same repository.
2929
3030### Maven
@@ -57,7 +57,7 @@ And make sure that you use the right Kotlin version:
5757
5858``` xml
5959<properties >
60- <kotlin .version>1.1.0-rc-69 </kotlin .version>
60+ <kotlin .version>1.1.0-rc-91 </kotlin .version>
6161</properties >
6262```
6363
@@ -83,6 +83,6 @@ And make sure that you use the right Kotlin version:
8383
8484``` groovy
8585buildscript {
86- ext.kotlin_version = '1.1.0-rc-69 '
86+ ext.kotlin_version = '1.1.0-rc-91 '
8787}
8888```
Original file line number Diff line number Diff line change 4949 <repository >
5050 <id >bintray</id >
5151 <name >bintray</name >
52- <url >http://dl.bintray.com/kotlin/kotlin-dev </url >
52+ <url >http://dl.bintray.com/kotlin/kotlin-eap-1.1 </url >
5353 </repository >
5454 </repositories >
5555
5656 <pluginRepositories >
5757 <pluginRepository >
5858 <id >bintray</id >
5959 <name >bintray</name >
60- <url >http://dl.bintray.com/kotlin/kotlin-dev </url >
60+ <url >http://dl.bintray.com/kotlin/kotlin-eap-1.1 </url >
6161 </pluginRepository >
6262 <pluginRepository >
6363 <id >bintray-kotlin-dokka</id >
7777
7878 <properties >
7979 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
80- <kotlin .version>1.1.0-rc-69 </kotlin .version>
80+ <kotlin .version>1.1.0-rc-91 </kotlin .version>
8181 <dokka .version>0.9.13</dokka .version>
8282 <junit .version>4.12</junit .version>
8383 <maven .compiler.source>1.6</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments