Don't overwrite explicitly specified language version in facet with version from dependencies; add tests for setting language version based on dependencies

(cherry picked from commit fc2b9f6)
This commit is contained in:
Dmitry Jemerov
2017-02-17 19:49:08 +01:00
parent a3baca829f
commit 1bb7a617ad
17 changed files with 285 additions and 2 deletions
@@ -0,0 +1,12 @@
<?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="library" name="KotlinJavaRuntime (2)" level="project" />
</component>
</module>