File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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-beta-17 release.
3
+ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-beta-18 release.
4
4
It contains worked-out implementation of coroutine builders, suspending functions, and contexts that are
5
5
used as examples in
6
6
[ Kotlin coroutines design document] ( https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md )
@@ -74,7 +74,7 @@ And make sure that you use the right Kotlin version:
74
74
75
75
``` xml
76
76
<properties >
77
- <kotlin .version>1.1.0-beta-17 </kotlin .version>
77
+ <kotlin .version>1.1.0-beta-18 </kotlin .version>
78
78
</properties >
79
79
```
80
80
@@ -100,6 +100,6 @@ And make sure that you use the right Kotlin version:
100
100
101
101
``` groovy
102
102
buildscript {
103
- ext.kotlin_version = '1.1.0-beta-17 '
103
+ ext.kotlin_version = '1.1.0-beta-18 '
104
104
}
105
105
```
Original file line number Diff line number Diff line change 56
56
57
57
<properties >
58
58
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59
- <kotlin .version>1.1.0-beta-17 </kotlin .version>
59
+ <kotlin .version>1.1.0-beta-18 </kotlin .version>
60
60
<junit .version>4.12</junit .version>
61
61
<maven .compiler.source>1.6</maven .compiler.source>
62
62
<maven .compiler.target>1.6</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments