From 40da670a830a92e9b06267b80bfa89a7f444a479 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Tue, 4 Oct 2022 15:32:18 +0200 Subject: Update Kotlin to 1.7.20 (#2692) --- 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/gradle.properties') diff --git a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties index 3cd9e773..9d87e55a 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties +++ b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties @@ -1,4 +1,4 @@ -dokka_it_kotlin_version=1.7.20-RC +dokka_it_kotlin_version=1.7.20 #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