From 40b0e16fe65c2c930ab1a8d92062113203ab5ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:49:38 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.plugin.compose Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.4.0 to 2.4.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.4.0...v2.4.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.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 97cf3c0..1ad0eb7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,5 +3,5 @@ plugins { // AGP 9 provides Kotlin support natively — the kotlin.android plugin is gone. // The Compose compiler ships with Kotlin 2.x and replaces the old // composeOptions.kotlinCompilerExtensionVersion. - id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.4.10" apply false }