From 798b4a8164d4795d326972ae3c1462c2cae4743e Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Wed, 7 Nov 2018 15:31:06 +0300 Subject: [PATCH] Update Kotlin/Native: 1.0.2 --- .../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 4d2bcc24f2e..c85ec8c9353 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, 1) + val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 2) const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds" }