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

Commit

Permalink
Upgrade to Kotlin 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRBaird authored Aug 8, 2022
2 parents 57752c4 + 8d29de4 commit c232244
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Specs

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

## Gradle

Expand All @@ -18,7 +18,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation "com.autodesk:coroutineworker:0.8.2"
implementation "com.autodesk:coroutineworker:0.8.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val coroutinesVersion = "1.6.0"
val atomicfuVersion = "0.17.0"

plugins {
kotlin("multiplatform") version "1.6.20"
kotlin("multiplatform") version "1.7.10"
id("org.jetbrains.dokka") version "0.10.0"
id("maven-publish")
id("signing")
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VERSION=0.8.2
VERSION=0.8.3

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.mpp.stability.nowarn=true

0 comments on commit c232244

Please sign in to comment.