Files
openide/uast/uast-common-ide/intellij.platform.uast.ide.iml
Nicolay Mitropolsky 1bc9e3ae55 IDEA-314469: lower JVM target level for *intellij.platform.uast*
GitOrigin-RevId: 9aa9245395c5d5b38b2b20b43ad12d0f7139506f
2023-03-10 13:33:36 +00:00

16 lines
774 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="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.uast" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="StreamEx" level="project" />
</component>
</module>