Switch to Kotlin/Native 0.9

This commit is contained in:
Ilya Matveev
2018-08-29 12:59:59 +07:00
committed by Ilya Matveev
parent 7ff53deea5
commit e433778268
@@ -149,7 +149,7 @@ open class KonanCompilerDownloadTask : DefaultTask() {
get() = DependencyDirectories.localKonanDir.resolve("kotlin-native-$simpleOsName-$compilerVersion")
// TODO: Support project property for Kotlin/Native compiler version
val compilerVersion: KonanVersion = KonanVersionImpl(MetaVersion.RELEASE, 0, 8, 2)
val compilerVersion: KonanVersion = KonanVersionImpl(MetaVersion.RELEASE, 0, 9, 0)
internal const val BASE_DOWNLOAD_URL = "https://download.jetbrains.com/kotlin/native/builds"
const val KONAN_DOWNLOAD_TASK_NAME = "checkNativeCompiler"