File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file 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-37 release.
3+ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-beta-38 release.
44
55## Modules and features
66
@@ -48,7 +48,7 @@ from inside coroutines. It is in very basic form now (example-only, not even clo
4848
4949The libraries are published to [ kotlin-eap-1.1] ( https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines ) bintray repository.
5050
51- These libraries require kotlin compiler version to be at least ` 1.1.0-beta-37 ` and
51+ These libraries require kotlin compiler version to be at least ` 1.1.0-beta-38 ` and
5252require kotlin runtime of the same version as a dependency, which can be obtained from the same repository.
5353
5454### Maven
@@ -81,7 +81,7 @@ And make sure that you use the right Kotlin version:
8181
8282``` xml
8383<properties >
84- <kotlin .version>1.1.0-beta-37 </kotlin .version>
84+ <kotlin .version>1.1.0-beta-38 </kotlin .version>
8585</properties >
8686```
8787
@@ -107,6 +107,6 @@ And make sure that you use the right Kotlin version:
107107
108108``` groovy
109109buildscript {
110- ext.kotlin_version = '1.1.0-beta-37 '
110+ ext.kotlin_version = '1.1.0-beta-38 '
111111}
112112```
You can’t perform that action at this time.
0 commit comments