Files
openide/resources-en/resources-en.iml
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

11 lines
444 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" 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" />
</component>
</module>