From 434536d52c30df256b0024dcfdf5a4c6abae2184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 04:11:51 +0000 Subject: [PATCH] Build(deps): Bump org.jetbrains.kotlin.plugin.compose Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.10. - [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.3.0...v2.3.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 36639a6..4e0bafa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "9.0.0" apply false id("com.android.library") version "9.0.0" apply false id("org.jetbrains.kotlin.android") version "2.3.10" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.3.0" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.3.10" apply false } val versionName = "1.16.2"