From 8065a0d974420898fe6142fa792d6dab50f8b1d5 Mon Sep 17 00:00:00 2001 From: Vadim Mishenev Date: Mon, 4 Sep 2023 16:49:30 +0300 Subject: Update Kotlin to 1.9.10 (#3158) --- integration-tests/gradle/projects/it-multiplatform-0/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/gradle/projects/it-multiplatform-0') diff --git a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties index 675b0eda..4d8f2847 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties +++ b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties @@ -2,7 +2,7 @@ # Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. # -dokka_it_kotlin_version=1.9.0 +dokka_it_kotlin_version=1.9.10 #these flags are enabled by default since 1.6.20. #remove when this test is executed with Kotlin >= 1.6.20 kotlin.mpp.enableGranularSourceSetsMetadata=true -- cgit