From 5f473a7de31804bb3730adc6b5a9caa5bd7ffae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:48:42 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.compose from 2.2.10 to 2.3.21 Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.2.10 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/v2.2.10...v2.3.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.21 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 ca493a5..17aba47 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'com.android.application' version '8.13.2' apply false id 'org.jetbrains.kotlin.android' version '2.2.10' apply false - id 'org.jetbrains.kotlin.plugin.compose' version '2.2.10' apply false + id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21' apply false id 'com.google.devtools.ksp' version '2.2.10-2.0.2' apply false }