From a03707cf876b7583ce28b01de14a671e8cd855a2 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Mon, 29 Oct 2018 11:57:55 +0700 Subject: [PATCH] Update Kotlin/Native: 1.0.1 --- .../jetbrains/kotlin/gradle/utils/NativeCompilerDownloader.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/utils/NativeCompilerDownloader.kt b/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/utils/NativeCompilerDownloader.kt index 41c39e7bd4d..4d2bcc24f2e 100644 --- a/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/utils/NativeCompilerDownloader.kt +++ b/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/utils/NativeCompilerDownloader.kt @@ -25,7 +25,7 @@ class NativeCompilerDownloader( ) { internal companion object { - val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 0) + val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 1) const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds" }