mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[kotlin] Update Kotlin New Project wizard version to Kotlin 2.2.0
KTIJ-34624 (cherry picked from commit bce5d6e92e4221a649b5da624096ad30ce33d3d5) IJ-MR-167135 GitOrigin-RevId: 3209bc8f95eb9dbd24a0db2114260da451c32528
This commit is contained in:
committed by
intellij-monorepo-bot
parent
77d0ecdc66
commit
fc67d0a684
@@ -10,6 +10,7 @@ import org.jetbrains.kotlin.tools.projectWizard.compatibility.KotlinGradleCompat
|
||||
*/
|
||||
internal val DEFAULT_KOTLIN_GRADLE_COMPATIBILITY_DATA = KotlinGradleCompatibilityState(
|
||||
kotlinVersions = listOf(
|
||||
"2.2.0",
|
||||
"2.1.21",
|
||||
"2.1.20",
|
||||
"2.1.10",
|
||||
@@ -47,6 +48,11 @@ internal val DEFAULT_KOTLIN_GRADLE_COMPATIBILITY_DATA = KotlinGradleCompatibilit
|
||||
"1.5.0",
|
||||
),
|
||||
compatibility = listOf(
|
||||
KotlinGradleVersionMapping(
|
||||
kotlin = "2.2.0-2.2.30",
|
||||
gradle = "7.6.3-8.15",
|
||||
maxJvmTarget = 24,
|
||||
),
|
||||
KotlinGradleVersionMapping(
|
||||
kotlin = "2.1.0-2.1.30",
|
||||
gradle = "7.6.3-8.15",
|
||||
|
||||
@@ -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.21",
|
||||
kotlinPluginVersion = "2.2.0",
|
||||
kotlinForComposeVersion = "1.7.20",
|
||||
composeCompilerExtension = "1.4.3",
|
||||
minGradleFoojayVersion = "7.6",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
{
|
||||
"ideVersion": "2023.1 EAP-INF",
|
||||
"kotlinVersions": [
|
||||
"2.2.0",
|
||||
"2.1.21",
|
||||
"2.1.20",
|
||||
"2.1.10",
|
||||
@@ -39,6 +40,11 @@
|
||||
"1.5.0"
|
||||
],
|
||||
"compatibility": [
|
||||
{
|
||||
"kotlin": "2.2.0-2.2.30",
|
||||
"gradle": "7.6.3-8.15",
|
||||
"maxJvmTarget": 24
|
||||
},
|
||||
{
|
||||
"kotlin": "2.1.0-2.1.30",
|
||||
"gradle": "7.6.3-8.15",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"ideVersion": "2023.1 EAP-INF",
|
||||
|
||||
"kotlinVersion": "2.1.21",
|
||||
"kotlinVersion": "2.2.0",
|
||||
"kotlinForComposeVersion": "1.7.20",
|
||||
"composeCompilerExtension": "1.4.3",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user