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 1
1
# kotlinx.coroutines
2
2
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.
4
4
5
5
## Modules and features
6
6
@@ -48,7 +48,7 @@ from inside coroutines. It is in very basic form now (example-only, not even clo
48
48
49
49
The libraries are published to [ kotlin-eap-1.1] ( https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines ) bintray repository.
50
50
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
52
52
require kotlin runtime of the same version as a dependency, which can be obtained from the same repository.
53
53
54
54
### Maven
@@ -81,7 +81,7 @@ And make sure that you use the right Kotlin version:
81
81
82
82
``` xml
83
83
<properties >
84
- <kotlin .version>1.1.0-beta-37 </kotlin .version>
84
+ <kotlin .version>1.1.0-beta-38 </kotlin .version>
85
85
</properties >
86
86
```
87
87
@@ -107,6 +107,6 @@ And make sure that you use the right Kotlin version:
107
107
108
108
``` groovy
109
109
buildscript {
110
- ext.kotlin_version = '1.1.0-beta-37 '
110
+ ext.kotlin_version = '1.1.0-beta-38 '
111
111
}
112
112
```
You can’t perform that action at this time.
0 commit comments