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

Commit

Permalink
Update to Kotlin 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRBaird authored Apr 26, 2022
2 parents ccd5770 + 1802b69 commit e23d5e1
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 @@ -7,7 +7,7 @@ val coroutinesVersion = "1.6.0"
val atomicfuVersion = "0.17.0"

plugins {
kotlin("multiplatform") version "1.6.10"
kotlin("multiplatform") version "1.6.20"
id("org.jetbrains.dokka") version "0.10.0"
id("maven-publish")
id("signing")
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.8.1
VERSION=0.8.2

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCompatibilityMetadataVariant=true
Expand Down

0 comments on commit e23d5e1

Please sign in to comment.