Update Kotlin/Native: 0.9.2

This commit is contained in:
Ilya Matveev
2018-09-23 16:16:36 +03:00
committed by Ilya Matveev
parent da1fcb008b
commit ac24bb0433
@@ -24,7 +24,7 @@ class NativeCompilerDownloader(
) {
internal companion object {
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.DEV, 0, 9, 2, 4027)
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 0, 9, 2)
const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
}