From 83ce2e7af039366813a9d76e025c58052d8d7270 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 08:27:46 +0000 Subject: [PATCH] Update Kotlin to v2 --- settings.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 88625def..c415ab22 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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" } }