From 59c4c83ed55b7a677005811039e31bfe980421f4 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmair Date: Wed, 22 Nov 2023 20:35:51 +0100 Subject: [PATCH] [K/N] Samples: Update samples default Kotlin version to 1.9.20 --- kotlin-native/backend.native/tests/samples/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/backend.native/tests/samples/gradle.properties b/kotlin-native/backend.native/tests/samples/gradle.properties index d4e6b3b61ef..0a762ba075b 100644 --- a/kotlin-native/backend.native/tests/samples/gradle.properties +++ b/kotlin-native/backend.native/tests/samples/gradle.properties @@ -6,7 +6,7 @@ org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE -kotlin_version=1.6.0 +kotlin_version=1.9.20 # Sets maven path for the kotlin version other than release #kotlinCompilerRepo=