From cab6a2c0a74b9a50ae6a498f1e690b0ceddd8736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:50:57 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.compose from 2.2.10 to 2.3.20 Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.3.20. - [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.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20 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..ce6bd0a 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.20' apply false id 'com.google.devtools.ksp' version '2.2.10-2.0.2' apply false }