From fb492bcec70a5714bd5620a490f667a817cbcdf6 Mon Sep 17 00:00:00 2001 From: Sergio Belda Galbis Date: Fri, 22 Mar 2024 22:41:32 +0100 Subject: [PATCH] Update Compose Compiler to 1.5.11, Compose Multiplatform to 1.6.1 and Kotlin version to 1.9.23 --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ce47c22..8474aaa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,11 +6,11 @@ androidMinSdk = "24" androidTargetSdk = "34" androidGradlePlugin = "8.3.1" composeBom = "2024.03.00" -composeCompiler = "1.5.8" -composeMultiplatform = "1.6.0" +composeCompiler = "1.5.11" +composeMultiplatform = "1.6.1" composeVectorize = "0.6.0" gradlePublishGradlePlugin = "1.2.1" -kotlin = "1.9.22" +kotlin = "1.9.23" kotlinpoet = "1.16.0" ktlint = "0.50.0" spotless = "6.25.0"