mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
committed by
intellij-monorepo-bot
parent
fac393dbe1
commit
56bf43d2a9
@@ -26,7 +26,7 @@ jvm_library(
|
||||
"//platform/eel-provider",
|
||||
"@lib//:jetbrains-annotations",
|
||||
"//python/openapi:community",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//libraries/kotlinx/coroutines/core",
|
||||
"//python/python-sdk:sdk",
|
||||
"//python/python-exec-service/execService.python",
|
||||
]
|
||||
@@ -51,7 +51,7 @@ jvm_library(
|
||||
"//platform/testFramework/junit5:junit5_test_lib",
|
||||
"@lib//:junit5",
|
||||
"@lib//:hamcrest",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//libraries/kotlinx/coroutines/core",
|
||||
"//python/python-sdk:sdk",
|
||||
"//python/python-sdk:sdk_test_lib",
|
||||
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.coroutines.core" />
|
||||
<orderEntry type="module" module-name="intellij.python.sdk" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.junit5Tests.framework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.execService.python" />
|
||||
|
||||
@@ -43,7 +43,7 @@ jvm_library(
|
||||
"@lib//:jetbrains-annotations",
|
||||
"//platform/eel-provider",
|
||||
"@lib//:junit5",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//libraries/kotlinx/coroutines/core",
|
||||
"//platform/testFramework/junit5",
|
||||
"//platform/testFramework/junit5:junit5_test_lib",
|
||||
"@lib//:hamcrest",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.coroutines.core" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.execService.python" />
|
||||
|
||||
@@ -25,7 +25,7 @@ jvm_library(
|
||||
"//python/openapi:community",
|
||||
"@lib//:jetbrains-annotations",
|
||||
"//platform/eel-provider",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//libraries/kotlinx/coroutines/core",
|
||||
"//platform/extensions",
|
||||
"//platform/core-api:core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
@@ -54,7 +54,7 @@ jvm_library(
|
||||
"//python/openapi:community_test_lib",
|
||||
"@lib//:jetbrains-annotations",
|
||||
"//platform/eel-provider",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//libraries/kotlinx/coroutines/core",
|
||||
"//platform/extensions",
|
||||
"//platform/core-api:core",
|
||||
"//platform/testFramework/junit5",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<orderEntry type="module" module-name="intellij.python.community" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.coroutines.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.extensions" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
||||
|
||||
Reference in New Issue
Block a user