Files
openide/java/java-psi-api/java-psi-api.iml
T
nik a3e5314c77 language level set to 1.8 for core and java-psi modules
These modules are used in Kotlin compiler so previously they were kept compatible with Java 6. Since 171.* builds it will be required to use Java 8 for them.
2017-02-15 16:36:16 +03:00

15 lines
584 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<annotation-paths>
<root url="file://$MODULE_DIR$/anno" />
</annotation-paths>
<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="core-api" exported="" />
</component>
</module>