From 32ba4ea2d9b9ffb5f2d87bec895322aa7a85841b Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 13 Sep 2023 20:31:34 +0200 Subject: [PATCH] HTML. Rollback Kotlin to 1.8.21 (#3676) 1. It fixes CI errors: https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_PublishFast_2GradlePluginTest/4303621?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true 2. We still need to support 1.8.21 in Compose 1.5 versions Regression after https://github.com/JetBrains/compose-multiplatform/pull/3631 --- html/buildSrc/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/buildSrc/gradle.properties b/html/buildSrc/gradle.properties index bb474a25d4..4a14484b30 100644 --- a/html/buildSrc/gradle.properties +++ b/html/buildSrc/gradle.properties @@ -1 +1 @@ -kotlin.version=1.9.10 +kotlin.version=1.8.21