Files
openide/plugins/kotlin/project-wizard/core/generated/KotlinLibrariesDefaultData.kt
Victoria.Petrakovich e94930ec00 [kotlin] Update Kotlin New Project wizard version to Kotlin 2.1.10
KTIJ-32704


(cherry picked from commit 1107e18f5a8163d22004610b9b32150b973904f5)

IJ-CR-153851

GitOrigin-RevId: d7e4ec6ff225afa1809ad306b1e44743cf35f182
2025-02-03 16:43:38 +00:00

48 lines
1.6 KiB
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
/**
* NOTE THIS FILE IS AUTO-GENERATED
* DO NOT EDIT IT BY HAND, run "Generate Kotlin Wizard Default Data" configuration instead
*/
internal val DEFAULT_KOTLIN_LIBRARIES_DATA = KotlinLibrariesCompatibilityState(
listOf(
KotlinLibraryCompatibilityEntry(
groupId = "org.jetbrains.kotlinx",
artifactId = "kotlinx-coroutines-core",
versions = mapOf(
"2.0" to "1.8.1",
"1.5" to "1.5.2",
"1.7" to "1.6.4",
"1.9" to "1.8.1",
"1.6" to "1.6.4",
"1.8" to "1.7.3",
),
),
KotlinLibraryCompatibilityEntry(
groupId = "org.jetbrains.kotlinx",
artifactId = "kotlinx-datetime",
versions = mapOf(
"2.0" to "0.6.1",
"1.5" to "0.3.1",
"1.7" to "0.4.0",
"1.9" to "0.6.1",
"1.6" to "0.3.2",
"1.8" to "0.4.1",
),
),
KotlinLibraryCompatibilityEntry(
groupId = "org.jetbrains.kotlinx",
artifactId = "kotlinx-serialization-json",
versions = mapOf(
"2.0" to "1.7.2",
"1.5" to "1.2.2",
"1.7" to "1.4.1",
"1.9" to "1.6.3",
"1.6" to "1.3.3",
"1.8" to "1.5.1",
),
),
)
)