Switch jvm target to 1.8 in Ultimate plugin and missed version to core modules

This commit is contained in:
Mikhael Bogdanov
2017-08-04 15:43:52 +02:00
parent 563472e676
commit d738633981
3 changed files with 9 additions and 0 deletions
@@ -7,6 +7,7 @@
<compilerArguments>
<option name="languageVersion" value="1.1" />
<option name="apiVersion" value="1.1" />
<option name="version" value="true" />
</compilerArguments>
</configuration>
</facet>
+1
View File
@@ -7,6 +7,7 @@
<compilerArguments>
<option name="languageVersion" value="1.1" />
<option name="apiVersion" value="1.1" />
<option name="version" value="true" />
</compilerArguments>
</configuration>
</facet>
+7
View File
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Kotlin2JsCompilerArguments">
<option name="sourceMapPrefix" value="" />
<option name="sourceMapEmbedSources" value="inlining" />
</component>
<component name="Kotlin2JvmCompilerArguments">
<option name="jvmTarget" value="1.8" />
</component>
<component name="KotlinCompilerSettings">
<option name="additionalArguments" value="-version -Xallow-kotlin-package -Xskip-metadata-version-check" />
</component>