Skip to content

Commit

Permalink
Update Kotlin/Native: 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erokhins committed Aug 12, 2020
1 parent 3e9162f commit 923742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -187,7 +187,7 @@ extra["versions.kotlinx-collections-immutable-jvm"] = immutablesVersion
extra["versions.ktor-network"] = "1.0.1"

if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.4-rc1-74"
extra["versions.kotlin-native"] = "1.4"
}

val intellijUltimateEnabled by extra(project.kotlinBuildProperties.intellijUltimateEnabled)
Expand Down

0 comments on commit 923742e

Please sign in to comment.