[kotlin] KTIJ-35584 Change KGP version in wizard tests

(cherry picked from commit 25bf0148523dbc9034742db3038a46f08abe386d)

IJ-CR-175267

GitOrigin-RevId: e158c10386db738635ce42ef4ab427b54db5d91f
This commit is contained in:
Victoria.Petrakovich
2025-09-10 16:10:57 +02:00
committed by intellij-monorepo-bot
parent b9c1ebc786
commit c5f55812d1

View File

@@ -64,7 +64,7 @@ abstract class GradleKotlinNewProjectWizardTestCase : GradleNewProjectWizardTest
}
fun ModuleInfo.Builder.withKotlinBuildFile(
kotlinJvmPluginVersion: String? = "2.2.10",
kotlinJvmPluginVersion: String? = "2.2.20",
configure: GradleBuildScriptBuilder<*>.() -> Unit = {}
) {
withBuildFile {