Skip to content

Commit bcb7bfb

Browse files
develarintellij-monorepo-bot
authored andcommitted
IJ-MR-162467 don't export intellij.platform.projectModel
GitOrigin-RevId: 11c0bf5ca0f3a6d892658a2b149d85cace9aa2b8
1 parent fd65b7d commit bcb7bfb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

kotlin-lsp/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jvm_library(
2222
"@community//platform/core-api:core",
2323
"@community//platform/core-impl",
2424
"@community//java/java-psi-api:psi",
25+
"@community//platform/projectModel-api:projectModel",
2526
"@community//platform/util",
2627
"@lib//:kotlinx-coroutines-core",
2728
"@lib//:kotlinx-serialization-json",

kotlin-lsp/language-server.kotlin-lsp.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<orderEntry type="module" module-name="intellij.platform.core" />
3030
<orderEntry type="module" module-name="intellij.platform.core.impl" />
3131
<orderEntry type="module" module-name="intellij.java.psi" />
32+
<orderEntry type="module" module-name="intellij.platform.projectModel" />
3233
<orderEntry type="module" module-name="intellij.platform.util" />
3334
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
3435
<orderEntry type="library" name="kotlinx-serialization-json" level="project" />

workspace-import/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jvm_library(
1616
deps = [
1717
"@lib//:gradle",
1818
"@lib//:kotlin-stdlib",
19+
"@community//platform/projectModel-api:projectModel",
1920
"@community//platform/workspace/jps",
2021
"@community//platform/workspace/storage",
2122
"//language-server/community/api.core",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<orderEntry type="sourceFolder" forTests="false" />
3232
<orderEntry type="library" name="Gradle" level="project" />
3333
<orderEntry type="library" name="kotlin-stdlib" level="project" />
34+
<orderEntry type="module" module-name="intellij.platform.projectModel" />
3435
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
3536
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
3637
<orderEntry type="module" module-name="language-server.api.core" />

0 commit comments

Comments
 (0)