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

Commit c232244

Browse files
authored
Upgrade to Kotlin 1.7.10
2 parents 57752c4 + 8d29de4 commit c232244

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Specs
88

99
- Supported on Native, JVM, and JS (legacy and IR) (feel free to contribute adding more targets)
10-
- Kotlin 1.6.20
10+
- Kotlin 1.7.10
1111

1212
## Gradle
1313

@@ -18,7 +18,7 @@ kotlin {
1818
sourceSets {
1919
commonMain {
2020
dependencies {
21-
implementation "com.autodesk:coroutineworker:0.8.2"
21+
implementation "com.autodesk:coroutineworker:0.8.3"
2222
}
2323
}
2424
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val coroutinesVersion = "1.6.0"
77
val atomicfuVersion = "0.17.0"
88

99
plugins {
10-
kotlin("multiplatform") version "1.6.20"
10+
kotlin("multiplatform") version "1.7.10"
1111
id("org.jetbrains.dokka") version "0.10.0"
1212
id("maven-publish")
1313
id("signing")

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
VERSION=0.8.2
1+
VERSION=0.8.3
22

3-
kotlin.mpp.enableGranularSourceSetsMetadata=true
43
kotlin.mpp.enableCompatibilityMetadataVariant=true
54
kotlin.mpp.stability.nowarn=true

0 commit comments

Comments
 (0)