[K/N] Keep the Kotlin/Native compiler version inside of the K/N distribution

Restore the behavior that was accidentally disabled.
This commit is contained in:
Dmitriy Dolovov
2021-07-26 12:44:19 +03:00
parent b505486063
commit 66c9d658e4

View File

@@ -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@