IJPL-218803 IJ-MR-179029 IJ-MR-175479 IJ-MR-184126 don't export execution from lang to avoid excessive and incorrect deps on debugger

GitOrigin-RevId: f27713c975606c010f230539bc7ffe7f9c6c815c
This commit is contained in:
Vladimir Krivosheev
2025-11-29 15:49:21 +00:00
committed by intellij-monorepo-bot
parent e56b96858e
commit 9102a339c5
603 changed files with 980 additions and 234 deletions
+1
View File
@@ -55,6 +55,7 @@ jvm_library(
"//platform/backend/workspace",
"//xml/xml-psi-api:psi",
"@lib//:kotlin-stdlib",
"//platform/execution",
":platform_java-guiForms-rt_provided",
],
exports = [
+1
View File
@@ -37,6 +37,7 @@
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
<orderEntry type="module" module-name="intellij.xml.psi" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.execution" />
</component>
<component name="copyright">
<option name="body" value="/*&#10; * Copyright (c) $today.year Your Corporation. All Rights Reserved.&#10; */" />