From 8f9189d61e7b07249630bf0e93487fd81cad22b7 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Fri, 22 Mar 2019 19:12:23 +0700 Subject: [PATCH] Update Kotlin/Native: 1.2-eap-8879 --- .../jetbrains/kotlin/gradle/utils/NativeCompilerDownloader.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b75dd8d3d23..defa4ff9494 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.EAP, 1, 2, 0, 8365) + val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.EAP, 1, 2, 0, 8879) const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds" } @@ -110,4 +110,4 @@ class NativeCompilerDownloader( downloadAndExtract() } } -} \ No newline at end of file +}