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

Commit

Permalink
Upgrade to coroutines 1.5.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 committed Jul 1, 2021
1 parent 07b74b6 commit 0088f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinMetadataTarget
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
import org.jetbrains.kotlin.gradle.targets.js.KotlinJsTarget

val coroutinesVersion = "1.5.0-RC"
val coroutinesVersion = "1.5.0"
val atomicfuVersion = "0.16.1"

plugins {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.7.0
VERSION=0.7.1

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCompatibilityMetadataVariant=true

0 comments on commit 0088f02

Please sign in to comment.