Skip to content

Commit

Permalink
Update Kotlin/Native: 1.4-rc1-74
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogolepov committed Aug 11, 2020
1 parent d25b099 commit cd005cd
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-61"
extra["versions.kotlin-native"] = "1.4-rc1-74"
}

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

0 comments on commit cd005cd

Please sign in to comment.