Update Kotlin/Native: 1.3-dev-9301

This commit is contained in:
Ilya Matveev
2019-04-04 14:22:13 +07:00
parent a0940b1342
commit 1f2d31dffb
+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-9171"
extra["versions.kotlin-native"] = "1.3-dev-9301"
}
val isTeamcityBuild = project.hasProperty("teamcity") || System.getenv("TEAMCITY_VERSION") != null