Skip to content

Commit

Permalink
Update Kotlin to 1.3.61
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Dec 2, 2019
1 parent 34dcfb1 commit 6c98c19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![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)

Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
This is a companion version for Kotlin `1.3.60` release.
This is a companion version for Kotlin `1.3.61` release.

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

```xml
<properties>
<kotlin.version>1.3.60</kotlin.version>
<kotlin.version>1.3.61</kotlin.version>
</properties>
```

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

```groovy
buildscript {
ext.kotlin_version = '1.3.60'
ext.kotlin_version = '1.3.61'
}
```

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

```groovy
plugins {
kotlin("jvm") version "1.3.60"
kotlin("jvm") version "1.3.61"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Kotlin
version=1.3.2-SNAPSHOT
group=org.jetbrains.kotlinx
kotlin_version=1.3.60
kotlin_version=1.3.61

# Dependencies
junit_version=4.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
# http:https://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

kotlin_version=1.3.60
kotlin_version=1.3.61
coroutines_version=1.3.2

android.useAndroidX=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
# http:https://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

kotlin_version=1.3.60
kotlin_version=1.3.61
coroutines_version=1.3.2

android.useAndroidX=true
Expand Down

0 comments on commit 6c98c19

Please sign in to comment.