Update Kotlin/Native: 1.2-eap-8879

This commit is contained in:
Ilya Matveev
2019-03-22 19:12:23 +07:00
parent b617c40051
commit 8f9189d61e
@@ -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()
}
}
}
}