From ee0c99e0ffbfbc8d4cf034a7f0f053f315ef7941 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:06:42 +0000 Subject: [PATCH] Update kotlin monorepo to v2.4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 627ce62..baf92d5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file using plugins DSL plugins { id 'com.android.library' version '8.11.0' apply false - id 'org.jetbrains.kotlin.android' version '2.2.0' apply false + id 'org.jetbrains.kotlin.android' version '2.4.0' apply false } task clean(type: Delete) {