Skip to content

Commit

Permalink
Update Kotlin Native
Browse files Browse the repository at this point in the history
  • Loading branch information
Movshin committed Nov 26, 2019
1 parent a1fad95 commit e001e26
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 @@ -169,7 +169,7 @@ extra["versions.trove4j"] = "1.0.20181211"
extra["versions.ktor-network"] = "1.0.1"

if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.3.60"
extra["versions.kotlin-native"] = "1.3.61"
}

val isTeamcityBuild = project.kotlinBuildProperties.isTeamcityBuild
Expand Down

0 comments on commit e001e26

Please sign in to comment.