Skip to content

Commit

Permalink
Update Kotlin/Native: 1.4.30-dev-112
Browse files Browse the repository at this point in the history
  • Loading branch information
ddolovov committed Feb 1, 2021
1 parent f71f162 commit 2d8c18b
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-dev-99"
extra["versions.kotlin-native"] = "1.4.30-dev-112"
}

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

0 comments on commit 2d8c18b

Please sign in to comment.