Bump Kotlin/Native version in KGP to 1.9.20-dev-6473.
This version allows the konan data dir to be configured via properties. #KT-50463
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ IdeVersionConfigurator.setCurrentIde(project)
|
||||
|
||||
if (!project.hasProperty("versions.kotlin-native")) {
|
||||
// BEWARE! Bumping this version doesn't take an immediate effect on TeamCity: KTI-1107
|
||||
extra["versions.kotlin-native"] = "1.9.20-dev-6271"
|
||||
extra["versions.kotlin-native"] = "1.9.20-dev-6473"
|
||||
}
|
||||
|
||||
val irCompilerModules = arrayOf(
|
||||
|
||||
Reference in New Issue
Block a user