From 73445e07c1b6c56aaba45e273a8debc34cb8d0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:54:21 +0000 Subject: [PATCH] chore(deps): bump multiplatform from 1.9.20 to 2.3.21 Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.20 to 2.3.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v2.3.21) --- updated-dependencies: - dependency-name: multiplatform dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d5ba942..0ec1533 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,11 +1,11 @@ plugins { - kotlin("multiplatform") version "1.9.20" apply false + kotlin("multiplatform") version "2.3.21" apply false id("com.android.application") version "8.2.0" apply false id("org.jetbrains.compose") version "1.5.11" apply false } plugins { - kotlin("multiplatform") version "1.9.20" apply false + kotlin("multiplatform") version "2.3.21" apply false id("com.android.application") version "8.2.0" apply false id("org.jetbrains.compose") version "1.5.11" apply false }