From 5f02fceac0e9af00cdb3ac911c608eea8559be0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:48:50 +0000 Subject: [PATCH] Update kotlin to v2.4.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3a458e4..67a77ff 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlinVersion = "2.4.0" + kotlinVersion = "2.4.10" } } plugins {