Skip to content

Commit

Permalink
Bumped K/N version
Browse files Browse the repository at this point in the history
  • Loading branch information
homuroll committed Dec 2, 2020
1 parent 40abf82 commit 4c44045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
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.4.20-release-124"
extra["versions.kotlin-native"] = "1.4.21-release-136"
}

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

0 comments on commit 4c44045

Please sign in to comment.