Skip to content

Commit

Permalink
Update Kotlin/Native version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Movshin committed Jul 2, 2019
1 parent 270219d commit 791f49d
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 @@ -158,7 +158,7 @@ extra["versions.trove4j"] = "1.0.20181211"
extra["versions.kotlin-native-shared"] = "1.0-dev-89"

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

val isTeamcityBuild = project.hasProperty("teamcity") || System.getenv("TEAMCITY_VERSION") != null
Expand Down

0 comments on commit 791f49d

Please sign in to comment.