mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[kotlin] KTIJ-36072 Update Kotlin version in tests to Kotlin 2.2.21
(cherry picked from commit 524e9181553aa2a1c65e154f00fe63faa587c866) IJ-CR-180707 GitOrigin-RevId: 1c34b4494463d85029eaf7431b7900ee43455685
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a3335a465c
commit
a74e887a93
@@ -64,7 +64,7 @@ abstract class GradleKotlinNewProjectWizardTestCase : GradleNewProjectWizardTest
|
||||
}
|
||||
|
||||
fun ModuleInfo.Builder.withKotlinBuildFile(
|
||||
kotlinJvmPluginVersion: String? = "2.2.20",
|
||||
kotlinJvmPluginVersion: String? = "2.2.21",
|
||||
configure: GradleBuildScriptBuilder<*>.() -> Unit = {}
|
||||
) {
|
||||
withBuildFile {
|
||||
|
||||
Reference in New Issue
Block a user