Update Kotlin/Native to 1.2-rc2-7869

This commit is contained in:
Pavel Punegov
2019-02-25 15:12:25 +03:00
committed by Pavel Punegov
parent d374723e3c
commit 86ac5e97e4
@@ -25,7 +25,7 @@ class NativeCompilerDownloader(
) {
internal companion object {
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RC1, 1, 2, 0, 7773)
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RC2, 1, 2, 0, 7869)
const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
}