From 66c9d658e4ee16528c41df158ed20fd441cf23d4 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Mon, 26 Jul 2021 12:44:19 +0300 Subject: [PATCH] [K/N] Keep the Kotlin/Native compiler version inside of the K/N distribution Restore the behavior that was accidentally disabled. --- kotlin-native/konan/konan.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/konan/konan.properties b/kotlin-native/konan/konan.properties index b6145489289..920128b6142 100644 --- a/kotlin-native/konan/konan.properties +++ b/kotlin-native/konan/konan.properties @@ -970,4 +970,4 @@ runtimeDefinitions.wasm32 = KONAN_WASM=1 KONAN_NO_FFI=1 KONAN_NO_THREADS=1 \ KONAN_NO_EXTERNAL_CALLS_CHECKER=1 # The version of Kotlin/Native compiler -compilerVersion=1.5-dev +compilerVersion=@compilerVersion@