Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit 9fcf951

Browse files
committed
Update to Kotlin 1.4.32 and remove unused Gradle plugin.
1 parent d5f31dd commit 9fcf951

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

settings.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ rootProject.name = "kaml"
2020

2121
pluginManagement {
2222
plugins {
23-
kotlin("jvm") version "1.4.30"
24-
kotlin("multiplatform") version "1.4.30"
25-
kotlin("plugin.serialization") version "1.4.30"
23+
kotlin("multiplatform") version "1.4.32"
24+
kotlin("plugin.serialization") version "1.4.32"
2625
id("com.github.ben-manes.versions") version "0.38.0"
2726
}
2827
}

0 commit comments

Comments
 (0)