Switch default project jvm target to 1.8, keep 1.6 for core modules

This commit is contained in:
Mikhael Bogdanov
2017-08-04 09:34:52 +02:00
parent aed9d3899e
commit db9f925bb1
10 changed files with 109 additions and 3 deletions
@@ -1,5 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="3" platform="JVM 1.6" useProjectSettings="false">
<compilerSettings />
<compilerArguments>
<option name="languageVersion" value="1.1" />
<option name="apiVersion" value="1.1" />
<option name="version" value="true" />
</compilerArguments>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">