Skip to content

Commit

Permalink
Update Kotlin/Native version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Lepilkina authored and erokhins committed Apr 10, 2020
1 parent fb2ff79 commit 1f76edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ extra["versions.completion-ranking-kotlin"] = "0.0.2"
extra["versions.ktor-network"] = "1.0.1"

if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.3.71"
extra["versions.kotlin-native"] = "1.3.72"
}

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

0 comments on commit 1f76edc

Please sign in to comment.