Skip to content

Commit

Permalink
WA: Update K/N version to 1.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia.spaseeva authored and Space committed Sep 15, 2021
1 parent e1aadce commit a2694eb
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.30"
extra["versions.kotlin-native"] = "1.5.31"
}

val effectSystemEnabled by extra(project.getBooleanProperty("kotlin.compiler.effectSystemEnabled") ?: false)
Expand Down

0 comments on commit a2694eb

Please sign in to comment.