Skip to content

Commit

Permalink
Bump Kotlin/Native version in KGP to 2.1.20-dev-106
Browse files Browse the repository at this point in the history
  • Loading branch information
SvyatoslavScherbina authored and teamcity committed Oct 1, 2024
1 parent 1aa7f36 commit cd20a48
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 @@ -101,7 +101,7 @@ if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = if (kotlinBuildProperties.isKotlinNativeEnabled) {
kotlinBuildProperties.defaultSnapshotVersion
} else {
"2.1.0-dev-7417"
"2.1.20-dev-106"
}
}

Expand Down

0 comments on commit cd20a48

Please sign in to comment.