Skip to content

Commit

Permalink
Update to Kotlin 1.4.32 and remove unused Gradle plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Apr 6, 2021
1 parent d5f31dd commit 9fcf951
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ rootProject.name = "kaml"

pluginManagement {
plugins {
kotlin("jvm") version "1.4.30"
kotlin("multiplatform") version "1.4.30"
kotlin("plugin.serialization") version "1.4.30"
kotlin("multiplatform") version "1.4.32"
kotlin("plugin.serialization") version "1.4.32"
id("com.github.ben-manes.versions") version "0.38.0"
}
}

0 comments on commit 9fcf951

Please sign in to comment.