Files
openide/plugins/devkit/intellij.devkit.plugin/intellij.devkit.plugin.iml
Andrew Kozlov d4b285898c [devkit] kotlin plugin dependency
GitOrigin-RevId: ee5a4eeb9e1ece937a1210f624b3714aec941942
2023-02-22 18:38:55 +00:00

11 lines
564 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" />
</component>
</module>