From 718cece22ee319ddf2a719304cafb1fe15ac4583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:37:26 -0600 Subject: [PATCH] [deps]: Update kotlin (#4378) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Perez --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0c79725fe8..a511755548 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,12 +34,12 @@ hilt = "2.53" junit5 = "5.11.3" jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. -kotlin = "2.0.21" +kotlin = "2.1.0" kotlinxCollectionsImmutable = "0.3.8" kotlinxCoroutines = "1.9.0" kotlinxSerialization = "1.7.3" kotlinxKover = "0.8.3" -ksp = "2.0.21-1.0.27" +ksp = "2.1.0-1.0.29" mockk = "1.13.13" okhttp = "4.12.0" retrofitBom = "2.11.0"