Update Kotlin/Native: 1.0.1

This commit is contained in:
Ilya Matveev
2018-10-29 11:57:55 +07:00
committed by Ilya Matveev
parent e0a83b6159
commit a03707cf87
@@ -25,7 +25,7 @@ class NativeCompilerDownloader(
) {
internal companion object {
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 0)
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 1)
const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
}