Files
openide/jvm/jvm-analysis-refactoring/intellij.jvm.analysis.refactoring.iml
Bart van Helvert 0df3adb8c4 [jvm] Split jvm.impl into re-usable parts
Makes it possible to re-use parts of `jvm.impl` in other plugins. #IDEA-334017

GitOrigin-RevId: afd360725a25c236fb52ffe99c7a491c381354d9
2023-10-16 16:22:44 +00:00

15 lines
703 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.uast" />
<orderEntry type="module" module-name="intellij.jvm.analysis" />
<orderEntry type="module" module-name="intellij.platform.core" />
</component>
</module>