From 17b38d6b60a7c6cb8d6152d153524ff24f4efcca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:44:04 +0000 Subject: [PATCH] Update kotlin to v2.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 256517c790b3..c2a2f26457c2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -49,7 +49,7 @@ jsonVersion = "20250517" junit = "4.13.2" junitVersion = "1.3.0" juniversalchardetVersion = "2.5.0" -kotlin = "2.3.21" +kotlin = "2.4.0" kotlinxSerializationJson = "1.11.0" ksp = "2.3.7" leakcanary = "2.14"