From 161f3fa83262a4a533298b0a473fcee95ea2fb9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:10:54 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.multiplatform to v1.9.20 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 6a6754e..7f4a5b8 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,7 +14,7 @@ pluginManagement { } plugins { - val kotlinVersion = "1.9.10" + val kotlinVersion = "1.9.20" val agpVersion = "8.1.2" val composeVersion = "1.5.10"