[KTIJ-27131] Update the Kotlin Gradle Plugin version for import tests to 1.9.30-dev-2548

GitOrigin-RevId: 359ae79794e7ee83823ca0ea4789b4673c13b1af
This commit is contained in:
Sebastian Sellmair
2023-09-20 13:48:01 +02:00
committed by intellij-monorepo-bot
parent 5b1217b236
commit e64b0fea7d
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ object KotlinNativeVersion {
/** This field is automatically setup from project-module-updater.
* See [org.jetbrains.tools.model.updater.updateKGPVersionForKotlinNativeTests]
*/
private const val kotlinGradlePluginVersion: String = "1.9.30-dev-269"
private const val kotlinGradlePluginVersion: String = "1.9.30-dev-2548"
/** Return bootstrap version or version from properties file of specified Kotlin Gradle Plugin.
* Make sure localMaven has kotlin-gradle-plugin with required version for cooperative development environment.