From a72c30fe4559405d6f152e10e7d039a7345fa736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:09:43 +0000 Subject: [PATCH] chore(deps): bump plugin.compose from 2.3.21 to 2.4.0 Bumps [plugin.compose](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [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.21...v2.4.0) --- updated-dependencies: - dependency-name: plugin.compose dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5186b50..ce322bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { kotlin("multiplatform") version "2.3.21" apply false id("com.android.application") version "9.2.1" apply false id("org.jetbrains.compose") version "1.11.0" apply false - kotlin("plugin.compose") version "2.3.21" apply false + kotlin("plugin.compose") version "2.4.0" apply false } val processedModuleDir = layout.buildDirectory.dir("intermediates/module")