Skip to content

Commit

Permalink
upgrade kotlin to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Feb 1, 2023
1 parent 6b89239 commit e8463ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ hs_err_pid*

github_packages.properties
github_packages.properties.old
/kotlin-js-store/yarn.lock
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.7.21"
kotlin("multiplatform") version "1.8.0"
id("org.jetbrains.dokka") version "1.7.10"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
Expand Down

0 comments on commit e8463ad

Please sign in to comment.