Skip to content

Commit

Permalink
Update Kotlin/Native: 1.4.31-release-146
Browse files Browse the repository at this point in the history
  • Loading branch information
ddolovov committed Feb 19, 2021
1 parent d0e0900 commit fbe977a
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 @@ -188,7 +188,7 @@ extra["versions.kotlinx-collections-immutable-jvm"] = immutablesVersion
extra["versions.ktor-network"] = "1.0.1"

if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.4.31-dev-141"
extra["versions.kotlin-native"] = "1.4.31-release-146"
}

val intellijUltimateEnabled by extra(project.kotlinBuildProperties.intellijUltimateEnabled)
Expand Down

0 comments on commit fbe977a

Please sign in to comment.