From 3666f29c11703f5258729da474b498d21df94aa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:15:28 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.4.10 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c7c5317..7d6541a 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.10") 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")