Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit 0088f02

Browse files
authored
Upgrade to coroutines 1.5.0 (#84)
1 parent 07b74b6 commit 0088f02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinMetadataTarget
22
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
33
import org.jetbrains.kotlin.gradle.targets.js.KotlinJsTarget
44

5-
val coroutinesVersion = "1.5.0-RC"
5+
val coroutinesVersion = "1.5.0"
66
val atomicfuVersion = "0.16.1"
77

88
plugins {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.7.0
1+
VERSION=0.7.1
22

33
kotlin.mpp.enableGranularSourceSetsMetadata=true
44
kotlin.mpp.enableCompatibilityMetadataVariant=true

0 commit comments

Comments
 (0)