Update Kotlin/Native: 1.3-dev-9457

This commit is contained in:
Ilya Matveev
2019-04-12 17:52:29 +07:00
parent c7d7d903cd
commit f43579e9fc
+1 -1
View File
@@ -159,7 +159,7 @@ extra["versions.markdown"] = "0.1.25"
extra["versions.trove4j"] = "1.0.20181211"
if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.3-dev-9301"
extra["versions.kotlin-native"] = "1.3-dev-9457"
}
val isTeamcityBuild = project.hasProperty("teamcity") || System.getenv("TEAMCITY_VERSION") != null