[intellij project configuration] add dependency from 'intelij.platform.main' to 'intellij.platform.ide.ui.inspector' module to (IJPL-163670)

'intellij.platform.ide.ui.inspector' was recently extracted from intellij.platform.ide.impl, so we need to have dependency on it from all *.main modules.

GitOrigin-RevId: 5eccbd09204fdb09c849e1772ce5d7ceab7927c8
This commit is contained in:
Nikolay Chashnikov
2024-10-08 08:01:57 +02:00
committed by intellij-monorepo-bot
parent 69194354ea
commit 12625b5078

View File

@@ -10,5 +10,6 @@
<orderEntry type="module" module-name="intellij.platform.execution.dashboard" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.execution.serviceView" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.kernel" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.ide.ui.inspector" scope="RUNTIME" />
</component>
</module>