Skip to content

Commit

Permalink
Update K/N
Browse files Browse the repository at this point in the history
  • Loading branch information
Movshin committed Mar 3, 2020
1 parent facddfc commit bfb4864
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.70-eap-14571"
extra["versions.kotlin-native"] = "1.3.70"
}

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

0 comments on commit bfb4864

Please sign in to comment.