From abc99c7b5e16cc326646b36f6202f7eb3af5ca0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:46:07 +0000 Subject: [PATCH] fix(deps): update kotlin and compose to v1.9.20 --- 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 2815af0e..5f8351e2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ composeCompiler = "1.5.3-dev-k1.9.10-593b4c95fce" coroutines = "1.7.3" flowbinding = "1.2.0" hilt = "2.48.1" -kotlin = "1.9.10" +kotlin = "1.9.20" kotlinResult = "1.1.18" leakcanary = "2.12" lifecycle = "2.6.2"