Files
openide/platform/markdown-utils/intellij.platform.markdown.utils.iml
Pavel Gromov 0e57b3ef53 [markdown] Move markdown code from collaboration-tools to markdown-utils module
* Create markdown-utils module
* Move classes to markdown-utils
* Add dependency on markdown-utils in markdown-plugin, space-plugin, github-plugin

GitOrigin-RevId: febe9743b9b1572dd07e807bd4bb343a32d57293
2021-12-17 10:55:31 +00:00

18 lines
949 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" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
<orderEntry type="library" name="intellij-markdown" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
</component>
</module>