From ae1ce2ae0bad8a8e2180657a4fe46a2e153afd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 06:56:31 +0000 Subject: [PATCH] chore: bump org.jetbrains.kotlin.plugin.compose from 2.0.20 to 2.3.10 Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.0.20 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.0.20...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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 221e279..1dd7e65 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { plugins { id "org.sonarqube" version "3.5.0.2730" id "org.jlleitschuh.gradle.ktlint" version "13.0.0" - id "org.jetbrains.kotlin.plugin.compose" version "2.0.20" + id "org.jetbrains.kotlin.plugin.compose" version "2.3.10" } sonarqube {