From 714907adbb81180fce8d77cf0f48576aaeed5d8d Mon Sep 17 00:00:00 2001 From: Adetunji Dahunsi Date: Sun, 23 Aug 2026 09:16:51 -0400 Subject: [PATCH] Bump kotlin to 2.4.10 and composeMultiplatform to 1.12.0-rc01 --- 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 ee05f23..f74e2d1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ androidGradlePlugin = "9.3.1" axion-release = "1.21.3" dokka = "2.2.0" -composeMultiplatform = "1.11.1" +composeMultiplatform = "1.12.0-rc01" junit4 = "4.13.2" kotlin = "2.4.10" kotlinWrappers = "2026.8.0-19.2.8"