[kotlin] KTIJ-37734 Update Kotlin version in wizard to 2.3.20

(cherry picked from commit 3e6d1029d184e71ea7f3bfd811f29939ab4b11a2)

IJ-CR-196903

GitOrigin-RevId: 0090ea583ea04df475e375cc0d9fb6d2e95a757c
This commit is contained in:
Victoria Petrakovich
2026-03-23 12:56:20 +00:00
committed by intellij-monorepo-bot
parent c20e7ae7b2
commit 9ea05fee44
6 changed files with 6 additions and 4 deletions
@@ -219,7 +219,7 @@ class ConfigureDialogWithModulesAndVersion(
private const val MODULES_TO_DISPLAY_SIZE = 2
internal const val DEFAULT_KOTLIN_VERSION = "2.3.10"
internal const val DEFAULT_KOTLIN_VERSION = "2.3.20"
@JvmStatic
val defaultKotlinVersion: IdeKotlinVersion
@@ -10,6 +10,7 @@ import org.jetbrains.kotlin.tools.projectWizard.compatibility.KotlinGradleCompat
*/
internal val DEFAULT_KOTLIN_GRADLE_COMPATIBILITY_DATA = KotlinGradleCompatibilityState(
kotlinVersions = listOf(
"2.3.20",
"2.3.10",
"2.3.0",
"2.2.21",
@@ -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.3.10",
kotlinPluginVersion = "2.3.20",
kotlinForComposeVersion = "1.7.20",
composeCompilerExtension = "1.4.3",
minKotlinFoojayVersion = "1.5.30",
@@ -2,6 +2,7 @@
{
"ideVersion": "2023.1 EAP-INF",
"kotlinVersions": [
"2.3.20",
"2.3.10",
"2.3.0",
"2.2.21",
@@ -2,7 +2,7 @@
{
"ideVersion": "2023.1 EAP-INF",
"kotlinVersion": "2.3.10",
"kotlinVersion": "2.3.20",
"kotlinForComposeVersion": "1.7.20",
"composeCompilerExtension": "1.4.3",
@@ -64,7 +64,7 @@ abstract class GradleKotlinNewProjectWizardTestCase : GradleNewProjectWizardTest
}
fun ModuleInfo.Builder.withKotlinBuildFile(
kotlinJvmPluginVersion: String? = "2.3.10",
kotlinJvmPluginVersion: String? = "2.3.20",
configure: GradleBuildScriptBuilder<*>.() -> Unit = {}
) {
withBuildFile {