From 5ccfbd9951b6c6b19cff6d35e576d212fb8bcc03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:40:27 +0000 Subject: [PATCH] Update kotlin to v2.4.0 --- 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 25b8e2f..c4c05f0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ androidx-lifecycle = "2.9.6" compose-plugin = "1.9.3" junit = "4.13.2" -kotlin = "2.3.0" +kotlin = "2.4.0" kotlinx-coroutines = "1.10.2" jsontree = "2.5.0" hotreload = "1.0.0"