Skip to content

Commit

Permalink
Bump Kotlin/Native version to 1.8.20-dev-5321
Browse files Browse the repository at this point in the history
  • Loading branch information
SvyatoslavScherbina authored and teamcity committed Jan 9, 2023
1 parent ff6ea40 commit 14544c0
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 @@ -112,7 +112,7 @@ rootProject.apply {
IdeVersionConfigurator.setCurrentIde(project)

if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.8.20-dev-4812"
extra["versions.kotlin-native"] = "1.8.20-dev-5321"
}

val irCompilerModules = arrayOf(
Expand Down

0 comments on commit 14544c0

Please sign in to comment.