Skip to content

Commit 2514d6f

Browse files
committed
Update Kotlin Native version for release
1 parent 5f26f04 commit 2514d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ extra["versions.trove4j"] = "1.0.20181211"
171171
extra["versions.ktor-network"] = "1.0.1"
172172

173173
if (!project.hasProperty("versions.kotlin-native")) {
174-
extra["versions.kotlin-native"] = "1.3.50-release-11850"
174+
extra["versions.kotlin-native"] = "1.3.50"
175175
}
176176

177177
val isTeamcityBuild = project.kotlinBuildProperties.isTeamcityBuild

0 commit comments

Comments
 (0)