File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# kotlinx.coroutines
2
2
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.
4
4
5
5
## Modules and features
6
6
@@ -24,7 +24,7 @@ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.
24
24
25
25
The libraries are published to [ kotlin-eap-1.1] ( https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines ) bintray repository.
26
26
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
28
28
require kotlin runtime of the same version as a dependency, which can be obtained from the same repository.
29
29
30
30
### Maven
@@ -57,7 +57,7 @@ And make sure that you use the right Kotlin version:
57
57
58
58
``` xml
59
59
<properties >
60
- <kotlin .version>1.1.0-rc-69 </kotlin .version>
60
+ <kotlin .version>1.1.0-rc-91 </kotlin .version>
61
61
</properties >
62
62
```
63
63
@@ -83,6 +83,6 @@ And make sure that you use the right Kotlin version:
83
83
84
84
``` groovy
85
85
buildscript {
86
- ext.kotlin_version = '1.1.0-rc-69 '
86
+ ext.kotlin_version = '1.1.0-rc-91 '
87
87
}
88
88
```
Original file line number Diff line number Diff line change 49
49
<repository >
50
50
<id >bintray</id >
51
51
<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 >
53
53
</repository >
54
54
</repositories >
55
55
56
56
<pluginRepositories >
57
57
<pluginRepository >
58
58
<id >bintray</id >
59
59
<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 >
61
61
</pluginRepository >
62
62
<pluginRepository >
63
63
<id >bintray-kotlin-dokka</id >
77
77
78
78
<properties >
79
79
<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>
81
81
<dokka .version>0.9.13</dokka .version>
82
82
<junit .version>4.12</junit .version>
83
83
<maven .compiler.source>1.6</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments