Skip to content

Commit

Permalink
Update Kotlin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent c79dd20 commit 83ce2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rootProject.name = "kaml"

pluginManagement {
plugins {
kotlin("multiplatform") version "1.9.24"
kotlin("plugin.serialization") version "1.9.24"
kotlin("multiplatform") version "2.0.0"
kotlin("plugin.serialization") version "2.0.0"
}
}

0 comments on commit 83ce2e7

Please sign in to comment.