Skip to content

Commit

Permalink
Update K/N version
Browse files Browse the repository at this point in the history
  • Loading branch information
Movshin committed Dec 19, 2019
1 parent ae87b0a commit 7887cfd
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-13879"
extra["versions.kotlin-native"] = "1.3.70-eap-13886"
}

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

0 comments on commit 7887cfd

Please sign in to comment.