Skip to content

Commit 55e5f3c

Browse files
elizarovqwwdfsad
authored andcommitted
Kotlin version 1.2.70
1 parent f284dfc commit 55e5f3c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.26.1) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.26.1)
66

77
Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
8-
This is a companion version for Kotlin 1.2.61 release.
8+
This is a companion version for Kotlin 1.2.70 release.
99

1010
```kotlin
1111
GlobalScope.launch {
@@ -71,7 +71,7 @@ And make sure that you use the latest Kotlin version:
7171

7272
```xml
7373
<properties>
74-
<kotlin.version>1.2.61</kotlin.version>
74+
<kotlin.version>1.2.70</kotlin.version>
7575
</properties>
7676
```
7777

@@ -87,7 +87,7 @@ And make sure that you use the latest Kotlin version:
8787

8888
```groovy
8989
buildscript {
90-
ext.kotlin_version = '1.2.61'
90+
ext.kotlin_version = '1.2.70'
9191
}
9292
```
9393

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Kotlin
22
version=0.26.1-SNAPSHOT
33
group=org.jetbrains.kotlinx
4-
kotlin_version=1.2.61
4+
kotlin_version=1.2.70
55
kotlin_native_version=0.8.2
66

77
# Dependencies

ui/kotlinx-coroutines-android/animation-app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
kotlin.coroutines=enable
2020

21-
kotlin_version=1.2.61
21+
kotlin_version=1.2.70
2222
coroutines_version=0.26.1
2323

ui/kotlinx-coroutines-android/example-app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
kotlin.coroutines=enable
2020

21-
kotlin_version=1.2.61
21+
kotlin_version=1.2.70
2222
coroutines_version=0.26.1
2323

0 commit comments

Comments
 (0)