From 094c3fba8a76a4a50eecf112a5e5e3c2d3af94ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:10:10 -0500 Subject: [PATCH] chore(deps): update kotlin to v2.3.21 (#5228) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: garthvh <1795163+garthvh@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 b246d6f78..954c50b21 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ koin = "4.2.1" koin-plugin = "1.0.0-RC2" # Kotlin -kotlin = "2.3.21-RC2" +kotlin = "2.3.21" kotlinx-coroutines-android = "1.10.2" kotlinx-datetime = "0.7.1" kotlinx-serialization = "1.11.0"