Update Kotlin/Native: 1.1.0-rc1-5227

This commit is contained in:
Ilya Matveev
2018-12-16 13:58:44 +07:00
parent 6f6764a42f
commit 833e9a90a2
@@ -25,7 +25,7 @@ class NativeCompilerDownloader(
) {
internal companion object {
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 3)
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RC1, 1, 1, 0, 5227)
const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
}