Skip to content

Commit 82f80a4

Browse files
SvyatoslavScherbinateamcity
authored and
teamcity
committed
Bump Kotlin/Native version in KGP to 2.0.0-dev-12398
1 parent 61e957f commit 82f80a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ IdeVersionConfigurator.setCurrentIde(project)
9595

9696
if (!project.hasProperty("versions.kotlin-native")) {
9797
// BEWARE! Bumping this version doesn't take an immediate effect on TeamCity: KTI-1107
98-
extra["versions.kotlin-native"] = "2.0.0-dev-10477"
98+
extra["versions.kotlin-native"] = "2.0.0-dev-12398"
9999
}
100100

101101
val irCompilerModules = arrayOf(

0 commit comments

Comments
 (0)