From d404256023c35f9abc54f7ae8a6ab7c7cf601d0a Mon Sep 17 00:00:00 2001 From: csasq Date: Mon, 26 Aug 2024 17:22:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4?= =?UTF-8?q?=D0=BD=D1=8F=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20Kot?= =?UTF-8?q?lin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f868699..57c25e5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidx-test-junit = "1.2.1" annotationVersion = "1.8.2" compose-plugin = "1.6.11" junit = "4.13.2" -kotlin = "2.0.0" +kotlin = "2.0.20" kotlinx-coroutines = "1.8.1" navigationCompose = "2.7.7" navigationComposeVersion = "2.7.0-alpha07"