IJ-MR-162467 don't export intellij.platform.projectModel

GitOrigin-RevId: 11c0bf5ca0f3a6d892658a2b149d85cace9aa2b8
This commit is contained in:
Vladimir Krivosheev
2025-06-14 09:33:46 +02:00
committed by intellij-monorepo-bot
parent 7c1a46a53e
commit b935234c91
753 changed files with 858 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ jvm_library(
"//jps/model-api:model",
"//platform/lang-api:lang",
"//platform/lang-impl",
"//platform/projectModel-api:projectModel",
"//python/python-sdk:sdk",
"//python/python-psi-api:psi",
"//python:python-community-impl",

View File

@@ -14,6 +14,7 @@
<orderEntry type="module" module-name="intellij.platform.jps.model" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.python.sdk" />
<orderEntry type="module" module-name="intellij.python.psi" />
<orderEntry type="module" module-name="intellij.python.community.impl" />