Skip to content

Commit

Permalink
Update Kotlin/Native: 1.4.31-dev-141
Browse files Browse the repository at this point in the history
  • Loading branch information
ddolovov committed Feb 18, 2021
1 parent d1814fb commit 434c199
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.30-release-115"
extra["versions.kotlin-native"] = "1.4.31-dev-141"
}

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

0 comments on commit 434c199

Please sign in to comment.