From 2a1931592ea7d0cc756768a2276de81c3a43e27c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 05:35:28 +0000 Subject: [PATCH] build(deps): bump kotlin from 2.2.20 to 2.3.0 Bumps `kotlin` from 2.2.20 to 2.3.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.20 to 2.3.0 - [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/v2.2.20...v2.3.0) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.3.0 - [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/v2.2.20...v2.3.0) Updates `org.jetbrains.kotlin.multiplatform` from 2.2.20 to 2.3.0 - [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/v2.2.20...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 91f705e..5ecb1ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ agp = "8.11.2" #https://github.com/JetBrains/compose-multiplatform compose-multiplatform = "1.9.0" #https://kotlinlang.org/docs/multiplatform-compatibility-guide.html -kotlin = "2.2.20" +kotlin = "2.3.0" # https://github.com/google/ksp ksp = "2.2.20-2.0.3"