Skip to content

Commit b4bb52a

Browse files
chashnikovintellij-monorepo-bot
authored andcommitted
cleanup: remove unused dependencies on intellij.platform.inspect module (IJPL-200936)
This is needed to convert it to a content module and declare a runtime dependency only where needed. A direct dependency is added to intellij.idea.community.main to run tests from the module. Also, some dependencies that came as transitive dependencies before now are added explicitly to language-server.project-import module. GitOrigin-RevId: 406d8bb08840a6feed01e1513c1ed72fc060f090
1 parent 99927e6 commit b4bb52a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

workspace-import/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jvm_library(
2323
"@lib//:gradle",
2424
"@lib//:kotlin-stdlib",
2525
"@community//jps/model-serialization",
26+
"@community//platform/extensions",
2627
"@community//platform/lang-core",
2728
"@community//platform/projectModel-api:projectModel",
2829
"@community//platform/workspace/jps",
@@ -33,6 +34,7 @@ jvm_library(
3334
"@community//platform/util",
3435
"@lib//:kotlinx-serialization-core",
3536
"@lib//:kotlinx-serialization-json",
37+
"@lib//:kotlinx-coroutines-core",
3638
"@community//java/java-impl:impl",
3739
"@community//java/openapi:java",
3840
"@community//plugins/kotlin/base/facet",

workspace-import/language-server.project-import.iml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<orderEntry type="library" name="Gradle" level="project" />
3434
<orderEntry type="library" name="kotlin-stdlib" level="project" />
3535
<orderEntry type="module" module-name="intellij.platform.jps.model.serialization" />
36+
<orderEntry type="module" module-name="intellij.platform.extensions" />
3637
<orderEntry type="module" module-name="intellij.platform.lang.core" />
3738
<orderEntry type="module" module-name="intellij.platform.projectModel" />
3839
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
@@ -43,6 +44,7 @@
4344
<orderEntry type="module" module-name="intellij.platform.util" />
4445
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
4546
<orderEntry type="library" name="kotlinx-serialization-json" level="project" />
47+
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
4648
<orderEntry type="module" module-name="intellij.java.impl" />
4749
<orderEntry type="module" module-name="intellij.java" />
4850
<orderEntry type="module" module-name="kotlin.base.facet" />

0 commit comments

Comments
 (0)