Skip to content

Commit

Permalink
Update Kotlin/Native: 1.5.10-release-76
Browse files Browse the repository at this point in the history
  • Loading branch information
SvyatoslavScherbina authored and Space committed May 20, 2021
1 parent b3134c0 commit 5af81b4
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 @@ -187,7 +187,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.5.10-eap-69"
extra["versions.kotlin-native"] = "1.5.10-release-76"
}

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

0 comments on commit 5af81b4

Please sign in to comment.