mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[Kotlin] Updated CoroutinesLibraryCompatibilityDefaultData to support Kotlin 2.0
KTIJ-9136 GitOrigin-RevId: d4267e1026b61e3053d58100519e9a59cc27fd7c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
69d8a0abb2
commit
63d61abff9
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user