mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[kotlin] Update Kotlin New Project wizard version to Kotlin 2.1.10
KTIJ-32704 (cherry picked from commit 1107e18f5a8163d22004610b9b32150b973904f5) IJ-CR-153851 GitOrigin-RevId: d7e4ec6ff225afa1809ad306b1e44743cf35f182
This commit is contained in:
committed by
intellij-monorepo-bot
parent
93244f5424
commit
e94930ec00
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
package org.jetbrains.kotlin.tools.projectWizard.compatibility;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
package org.jetbrains.kotlin.tools.projectWizard.compatibility;
|
||||
|
||||
@@ -10,6 +10,7 @@ import org.jetbrains.kotlin.tools.projectWizard.compatibility.KotlinGradleCompat
|
||||
*/
|
||||
internal val DEFAULT_KOTLIN_GRADLE_COMPATIBILITY_DATA = KotlinGradleCompatibilityState(
|
||||
kotlinVersions = listOf(
|
||||
"2.1.10",
|
||||
"2.1.0",
|
||||
"2.0.21",
|
||||
"2.0.20",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
package org.jetbrains.kotlin.tools.projectWizard.compatibility
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
package org.jetbrains.kotlin.tools.projectWizard.compatibility;
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.jetbrains.kotlin.tools.projectWizard.compatibility.KotlinWizardVersio
|
||||
* DO NOT EDIT IT BY HAND, run "Generate Kotlin Wizard Default Data" configuration instead
|
||||
*/
|
||||
internal val DEFAULT_KOTLIN_WIZARD_VERSIONS = KotlinWizardVersionState(
|
||||
kotlinPluginVersion = "2.1.0",
|
||||
kotlinPluginVersion = "2.1.10",
|
||||
kotlinForComposeVersion = "1.7.20",
|
||||
composeCompilerExtension = "1.4.3",
|
||||
minGradleFoojayVersion = "7.6",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
{
|
||||
"ideVersion": "2023.1 EAP-INF",
|
||||
"kotlinVersions": [
|
||||
"2.1.10",
|
||||
"2.1.0",
|
||||
"2.0.21",
|
||||
"2.0.20",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"ideVersion": "2023.1 EAP-INF",
|
||||
|
||||
"kotlinVersion": "2.1.0",
|
||||
"kotlinVersion": "2.1.10",
|
||||
"kotlinForComposeVersion": "1.7.20",
|
||||
"composeCompilerExtension": "1.4.3",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user