Skip to content

Commit

Permalink
upgrade kotlin 1.6.0 <- 1.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Dec 6, 2021
1 parent 4ea243c commit d73e851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL

plugins {
kotlin("multiplatform") version "1.5.21"
kotlin("multiplatform") version "1.6.0"
id("org.jetbrains.dokka") version "1.5.0"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
Expand Down

0 comments on commit d73e851

Please sign in to comment.