[project] direct dependencies to kotlin-stdlib and intellij.platform.util.ex

(instead of reexporting via `intellij.platform.remote.core`)

GitOrigin-RevId: 9d412fd96ef69ed84ab4d414e760dc8c447a6310
This commit is contained in:
Roman Shevchenko
2024-06-07 19:38:51 +02:00
committed by intellij-monorepo-bot
parent 5033a2a5b6
commit dee7fe2af0
3 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
<orderEntry type="module" module-name="intellij.platform.externalSystem" />
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
</component>
<component name="copyright">
<option name="body" value="/*&#10; * Copyright (c) $today.year Your Corporation. All Rights Reserved.&#10; */" />

View File

@@ -14,5 +14,6 @@
<orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module" module-name="intellij.platform.extensions" />
<orderEntry type="module" module-name="intellij.platform.vcs.log" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
</component>
</module>

View File

@@ -13,5 +13,6 @@
<orderEntry type="module" module-name="intellij.platform.concurrency" exported="" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
</component>
</module>