mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
KTIJ-32704 (cherry picked from commit 1107e18f5a8163d22004610b9b32150b973904f5) IJ-CR-153851 GitOrigin-RevId: d7e4ec6ff225afa1809ad306b1e44743cf35f182
22 lines
841 B
Kotlin
22 lines
841 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.1.10",
|
|
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"
|
|
) |