IJPL-220739 IJ-MR-179029 IJ-MR-175479 IJ-MR-184126 convert kotlinx-coroutines-core lib to product module

GitOrigin-RevId: cb29d371d95f2e59ea722906c35dacf87992de97
This commit is contained in:
Vladimir Krivosheev
2025-11-30 17:43:24 +01:00
committed by intellij-monorepo-bot
parent fac393dbe1
commit 56bf43d2a9
505 changed files with 818 additions and 604 deletions

View File

@@ -98,7 +98,7 @@ jvm_library(
"//platform/statistics:statistics_test_lib",
"//python/python-process-output:processOutput",
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
"@lib//:kotlinx-coroutines-debug",
"//libraries/kotlinx/coroutines/debug",
],
plugins = ["@lib//:compose-plugin"]
)

View File

@@ -62,6 +62,6 @@
<orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="module" module-name="intellij.python.processOutput" />
<orderEntry type="module" module-name="intellij.python.community.junit5Tests.framework" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-debug" level="project" />
<orderEntry type="module" module-name="intellij.libraries.kotlinx.coroutines.debug" scope="TEST" />
</component>
</module>