From f32b9a4105be4eba72623bc7cd6fa65751f1429e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 03:53:46 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.compose from 2.3.0 to 2.3.10 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 bc80b39..0dae65f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { val agpVersion = "9.0.0" - val kotlinVersion = "2.3.0" + val kotlinVersion = "2.3.10" id("com.android.application") version agpVersion apply false id("com.android.library") version agpVersion apply false id("org.jetbrains.kotlin.plugin.compose") version kotlinVersion apply false