From 1e905397c5f07d8973f2ef48dd0b434f915ab862 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:36:23 +0000 Subject: [PATCH] Update kotlin monorepo to v2.4.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c7c5317..149ed23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:8.6.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0") classpath("com.google.dagger:hilt-android-gradle-plugin:2.52") classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.8.1") classpath("com.bugsnag:bugsnag-android-gradle-plugin:8.1.0")