mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-21 08:31:30 +00:00
Use Kotlin/Native version 1.4-dev-14579, as it has the newest klib ABI
This commit is contained in:
@@ -179,7 +179,7 @@ extra["versions.r8"] = "1.5.70"
|
||||
extra["versions.ktor-network"] = "1.0.1"
|
||||
|
||||
if (!project.hasProperty("versions.kotlin-native")) {
|
||||
extra["versions.kotlin-native"] = "1.4-dev-14287"
|
||||
extra["versions.kotlin-native"] = "1.4-dev-14579"
|
||||
}
|
||||
|
||||
val intellijUltimateEnabled by extra(project.kotlinBuildProperties.intellijUltimateEnabled)
|
||||
|
||||
Reference in New Issue
Block a user