From 3a2f2fc56b6f418cea8cef90dfd8c036a6068d7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:33:25 -0500 Subject: [PATCH] chore(deps): update kotlin to v2.3.21-rc2 (#5155) 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 c6e837984..1ecd560a8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ koin = "4.2.1" koin-plugin = "1.0.0-RC1" # Kotlin -kotlin = "2.3.21-RC" +kotlin = "2.3.21-RC2" kotlinx-coroutines-android = "1.10.2" kotlinx-datetime = "0.7.1" kotlinx-serialization = "1.11.0"