mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
KTIJ-34624 (cherry picked from commit c61735be51e47aec00cbd5eea11bca7ff18aa96b) IJ-CR-167101 GitOrigin-RevId: 6600f06c312d2133d0daec29bcf901073d04bf45
22 lines
840 B
Kotlin
22 lines
840 B
Kotlin
// 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;
|
|
|
|
import org.jetbrains.kotlin.tools.projectWizard.compatibility.KotlinWizardVersionState
|
|
|
|
/**
|
|
* NOTE THIS FILE IS AUTO-GENERATED
|
|
* DO NOT EDIT IT BY HAND, run "Generate Kotlin Wizard Default Data" configuration instead
|
|
*/
|
|
internal val DEFAULT_KOTLIN_WIZARD_VERSIONS = KotlinWizardVersionState(
|
|
kotlinPluginVersion = "2.2.0",
|
|
kotlinForComposeVersion = "1.7.20",
|
|
composeCompilerExtension = "1.4.3",
|
|
minGradleFoojayVersion = "7.6",
|
|
minKotlinFoojayVersion = "1.5.30",
|
|
foojayVersion = "0.8.0",
|
|
failsafeVersion = "2.22.2",
|
|
surefireVersion = "2.22.2",
|
|
gradleAndroidVersion = "8.1.0",
|
|
codehausMojoExecVersion = "1.6.0"
|
|
) |