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 11# kotlinx.coroutines
22
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.
44It contains worked-out implementation of coroutine builders, suspending functions, and contexts that are
55used as examples in
66[ 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:
7474
7575``` xml
7676<properties >
77- <kotlin .version>1.1.0-beta-17 </kotlin .version>
77+ <kotlin .version>1.1.0-beta-18 </kotlin .version>
7878</properties >
7979```
8080
@@ -100,6 +100,6 @@ And make sure that you use the right Kotlin version:
100100
101101``` groovy
102102buildscript {
103- ext.kotlin_version = '1.1.0-beta-17 '
103+ ext.kotlin_version = '1.1.0-beta-18 '
104104}
105105```
Original file line number Diff line number Diff line change 5656
5757 <properties >
5858 <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>
6060 <junit .version>4.12</junit .version>
6161 <maven .compiler.source>1.6</maven .compiler.source>
6262 <maven .compiler.target>1.6</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments