Use Kotlin/Native 0.9.1 (#1872)

This commit is contained in:
Ilya Matveev
2018-09-17 14:30:14 +03:00
committed by GitHub
parent 82baf6cbb1
commit e1e02b072b
@@ -24,7 +24,7 @@ class NativeCompilerDownloader(
) {
internal companion object {
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 0, 9, 0)
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 0, 9, 1)
const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
}