Skip to content

Commit cf473d2

Browse files
authored
Kotlin 1.3.70 (#1837)
* atomicfu version 0.14.2
1 parent 4a53d23 commit cf473d2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 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=1.3.3) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.3)
66

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

1010
```kotlin
1111
suspend fun main() = coroutineScope {
@@ -90,7 +90,7 @@ And make sure that you use the latest Kotlin version:
9090

9191
```xml
9292
<properties>
93-
<kotlin.version>1.3.61</kotlin.version>
93+
<kotlin.version>1.3.70</kotlin.version>
9494
</properties>
9595
```
9696

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

109109
```groovy
110110
buildscript {
111-
ext.kotlin_version = '1.3.61'
111+
ext.kotlin_version = '1.3.70'
112112
}
113113
```
114114

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

135135
```groovy
136136
plugins {
137-
kotlin("jvm") version "1.3.61"
137+
kotlin("jvm") version "1.3.70"
138138
}
139139
```
140140

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# Kotlin
66
version=1.3.3-SNAPSHOT
77
group=org.jetbrains.kotlinx
8-
kotlin_version=1.3.61
8+
kotlin_version=1.3.70
99

1010
# Dependencies
1111
junit_version=4.12
12-
atomicfu_version=0.14.1
12+
atomicfu_version=0.14.2
1313
knit_version=0.1.2
1414
html_version=0.6.8
1515
lincheck_version=2.5.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
2020
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2121
# org.gradle.parallel=true
2222

23-
kotlin_version=1.3.61
23+
kotlin_version=1.3.70
2424
coroutines_version=1.3.3
2525

2626
android.useAndroidX=true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
2020
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2121
# org.gradle.parallel=true
2222

23-
kotlin_version=1.3.61
23+
kotlin_version=1.3.70
2424
coroutines_version=1.3.3
2525

2626
android.useAndroidX=true

0 commit comments

Comments
 (0)