Update Kotlin/Native: 1.0.2

This commit is contained in:
Ilya Matveev
2018-11-07 15:31:06 +03:00
parent 772ae60512
commit 798b4a8164
@@ -25,7 +25,7 @@ class NativeCompilerDownloader(
) {
internal companion object {
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 1)
val DEFAULT_KONAN_VERSION = KonanVersionImpl(MetaVersion.RELEASE, 1, 0, 2)
const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
}