From 28e1072635f62e950251e8d7247b85f017a76a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 23:39:44 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android from 1.9.22 to 2.1.21 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.1.21. - [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/v1.9.22...v2.1.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts old mode 100755 new mode 100644 index edac3bf..a4283e8 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "9.1.0" apply false - id("org.jetbrains.kotlin.android") version "2.2.10" apply false + id("org.jetbrains.kotlin.android") version "2.3.20" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false }