Skip to content

Commit

Permalink
Bump Kotlin/Native version in KGP to 2.1.0-dev-7417
Browse files Browse the repository at this point in the history
  • Loading branch information
SvyatoslavScherbina authored and teamcity committed Sep 17, 2024
1 parent a99af5a commit 2eea913
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-6784"
"2.1.0-dev-7417"
}
}

Expand Down

0 comments on commit 2eea913

Please sign in to comment.