From 84e48b516500433332e9279237cd139f7836ca94 Mon Sep 17 00:00:00 2001 From: Vadim Mishenev Date: Mon, 6 Nov 2023 14:31:22 +0200 Subject: Update Kotlin to 1.9.20 (#3319) * Update compiler and KGP to 1.9.20 * Update integration tests --- 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 1e2686ef..5904fc21 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties +++ b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties @@ -2,4 +2,4 @@ # 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.10 +dokka_it_kotlin_version=1.9.20 -- cgit