mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
[kotlin] Update Kotlin New Project wizard version to Kotlin 2.0.21
KTIJ-31596 GitOrigin-RevId: d23fb27f80fc5c0bd24700cb2cecbf3a0ca2e6c5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f755787710
commit
5ad5475d1e
@@ -10,6 +10,7 @@ import org.jetbrains.kotlin.tools.projectWizard.compatibility.KotlinGradleCompat
|
||||
*/
|
||||
internal val DEFAULT_KOTLIN_GRADLE_COMPATIBILITY_DATA = KotlinGradleCompatibilityState(
|
||||
kotlinVersions = listOf(
|
||||
"2.0.21",
|
||||
"2.0.20",
|
||||
"2.0.10",
|
||||
"2.0.0",
|
||||
|
||||
@@ -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.0.20",
|
||||
kotlinPluginVersion = "2.0.21",
|
||||
kotlinForComposeVersion = "1.7.20",
|
||||
composeCompilerExtension = "1.4.3",
|
||||
minGradleFoojayVersion = "7.6",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
{
|
||||
"ideVersion": "2023.1 EAP-INF",
|
||||
"kotlinVersions": [
|
||||
"2.0.21",
|
||||
"2.0.20",
|
||||
"2.0.10",
|
||||
"2.0.0",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"ideVersion": "2023.1 EAP-INF",
|
||||
|
||||
"kotlinVersion": "2.0.20",
|
||||
"kotlinVersion": "2.0.21",
|
||||
"kotlinForComposeVersion": "1.7.20",
|
||||
"composeCompilerExtension": "1.4.3",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user