From 7372a3c7b099d224e83a3f01bf4ce466e012a12c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 07:48:58 -0500 Subject: [PATCH] chore(deps): update kotlin ecosystem to v2.2.21 (#3531) Co-authored-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 e556d2041..8b644c8b2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ navigation3 = "1.0.0-beta01" room = "2.8.3" # Kotlin -kotlin = "2.2.20" +kotlin = "2.2.21" kotlinx-coroutines-android = "1.10.2" kotlinx-serialization = "1.9.0"