IJPL-160418 Fix tests

A lot of tests started to fail with an error that `KernelService.getInstance` returns null
The problem is that `BackendKernelService` is not registered in these test due to the absent `intellij.platform.kernel.backend` module.

The proposed solution was to add `intellij.platform.monolith.main` dependency to `intellij.platform.resources` which should ensure platform services registration in all tests

GitOrigin-RevId: c3a8c3c51620497b0c8d23d5baeb2ba521df6c8f
This commit is contained in:
Kate Botsman
2024-08-28 13:40:10 +02:00
committed by intellij-monorepo-bot
parent afd04129b0
commit 062c23194e

View File

@@ -8,5 +8,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.util" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.monolith.main" scope="TEST" />
</component>
</module>