Skip to content

Commit 6c98c19

Browse files
committed
Update Kotlin to 1.3.61
1 parent 34dcfb1 commit 6c98c19

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.2) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.2)
66

77
Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
8-
This is a companion version for Kotlin `1.3.60` release.
8+
This is a companion version for Kotlin `1.3.61` 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.60</kotlin.version>
93+
<kotlin.version>1.3.61</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.60'
111+
ext.kotlin_version = '1.3.61'
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.60"
137+
kotlin("jvm") version "1.3.61"
138138
}
139139
```
140140

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Kotlin
66
version=1.3.2-SNAPSHOT
77
group=org.jetbrains.kotlinx
8-
kotlin_version=1.3.60
8+
kotlin_version=1.3.61
99

1010
# Dependencies
1111
junit_version=4.12

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.60
23+
kotlin_version=1.3.61
2424
coroutines_version=1.3.2
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.60
23+
kotlin_version=1.3.61
2424
coroutines_version=1.3.2
2525

2626
android.useAndroidX=true

0 commit comments

Comments
 (0)