Files
openide/plugins/devkit/intellij.devkit.plugin/intellij.devkit.plugin.iml
Andrew Kozlov ae4e0898fe [devkit] KTIJ-28619, KTIJ-28628 dependencies moved
intellij.devkit.workspaceModel explicitly depends on Kotlin

GitOrigin-RevId: d83ed57000361033817318c775c8379145fa64cd
2024-06-06 00:08:36 +00:00

13 lines
755 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<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>