[devkit] KTIJ-28619, KTIJ-28628 dependencies moved

intellij.devkit.workspaceModel explicitly depends on Kotlin

GitOrigin-RevId: d83ed57000361033817318c775c8379145fa64cd
This commit is contained in:
Andrew Kozlov
2024-06-05 19:19:31 +02:00
committed by intellij-monorepo-bot
parent 06d5f15f3d
commit ae4e0898fe
2 changed files with 2 additions and 1 deletions

View File

@@ -7,5 +7,7 @@
<orderEntry type="module" module-name="intellij.devkit.plugin.noKotlin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.kotlin.devkit" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.kotlin.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.devkit.workspaceModel" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.workspaceModel.tests" scope="TEST" />
</component>
</module>

View File

@@ -13,7 +13,6 @@
<orderEntry type="module" module-name="intellij.devkit.intelliLang" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.themes" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.uiDesigner" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.workspaceModel" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.jps" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.runtimeModuleRepository.jps" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.java.tests" scope="TEST" />