[Kotlin] Updated CoroutinesLibraryCompatibilityDefaultData to support Kotlin 2.0

KTIJ-9136

GitOrigin-RevId: d4267e1026b61e3053d58100519e9a59cc27fd7c
This commit is contained in:
Frederik Haselmeier
2024-06-17 13:21:14 +02:00
committed by intellij-monorepo-bot
parent 69d8a0abb2
commit 63d61abff9
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ internal val COROUTINES_LIBRARY_COMPATIBILITY_DEFAULT_DATA = KotlinLibraryCompat
groupId = "org.jetbrains.kotlinx",
artifactId = "kotlinx-coroutines-core",
versions = mapOf(
"1.9" to "1.8.0",
"2.0" to "1.8.1",
"1.9" to "1.8.1",
"1.8" to "1.7.3",
"1.6" to "1.6.4",
"1.5" to "1.5.2",

View File

@@ -4,7 +4,8 @@
"groupId": "org.jetbrains.kotlinx",
"artifactId": "kotlinx-coroutines-core",
"versions": {
"1.9": "1.8.0",
"2.0": "1.8.1",
"1.9": "1.8.1",
"1.8": "1.7.3",
"1.6": "1.6.4",
"1.5": "1.5.2"