From a532fd1dd0feea88f1c4775f5c57e89bea0524af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:19:01 +0000 Subject: [PATCH] deps(deps): bump the kotlin group across 1 directory with 2 updates Bumps the kotlin group with 2 updates in the /android-app directory: [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.android` from 2.0.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.0.21...v2.4.0) Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.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.0.21...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 dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- android-app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-app/build.gradle.kts b/android-app/build.gradle.kts index c3dabd9..1c15c52 100644 --- a/android-app/build.gradle.kts +++ b/android-app/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file plugins { id("com.android.application") version "8.13.2" apply false - id("org.jetbrains.kotlin.android") version "2.0.21" apply false + id("org.jetbrains.kotlin.android") version "2.4.0" apply false id("com.google.dagger.hilt.android") version "2.52" apply false id("com.google.devtools.ksp") version "2.0.21-1.0.28" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false }