Update Kotlin/Native: 0.9.3

This commit is contained in:
Ilya Matveev
2018-09-28 19:55:02 +03:00
committed by Ilya Matveev
parent 7a5c05b72d
commit d2740db88f
@@ -24,7 +24,7 @@ class NativeCompilerDownloader(
) {
internal companion object {
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 0, 9, 2)
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 0, 9, 3)
const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
}