From bdc85d3f2080a08bbd6dd9dcfcea7eefd2df1aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:03:10 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android from 2.2.10 to 2.4.0 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.2.10 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.2.10...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.4.0 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..c631231 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.android' version '2.4.0' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.2.10' apply false id 'com.google.devtools.ksp' version '2.2.10-2.0.2' apply false }