Files
openide/plugins/markdown/xml/intellij.markdown.xml.iml
Nikolay Chashnikov aa93b1a501 [project structure] rename intellij.platform.localIde module to intellij.platform.monolith (RDCT-1417)
GitOrigin-RevId: 39c927b047ce60c27b3847d97b4f5742259a50a4
2024-07-05 14:24:51 +00:00

16 lines
805 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/main/kotlin" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.markdown" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.monolith" />
</component>
</module>