From 60026c8aa1d6a7e1a42b09b75f9adfd17ce3d61f Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 28 Feb 2019 18:55:17 +0300 Subject: [PATCH] Update Kotlin/Native: 1.3.30-eap-8089 --- .../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 7753ffb5cbd..2d35c5932fb 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.RC2, 1, 2, 0, 7869) + val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.EAP, 1, 2, 0, 8089) const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds" }