Files
openide/plugins/devkit/intellij.devkit.plugin.main.iml
Daniil Ovchinnikov 5b9639ffe0 [devkit] move aggregator modules to the plugin directory
GitOrigin-RevId: bfa054b8fc0ba5c36aa17d8d320a39c162e3b021
2025-05-01 13:07:21 +00:00

15 lines
938 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.main.noKotlin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.kotlin.devkit" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.kotlin.devkit.k1" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.kotlin.devkit.k2" 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>