mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
temporary revert to Java 6 as target platform for Kotlin compiler
Java 8 target platform isn't supported by Kotlin 1.0 and for now we don't want to specify Kotlin 1.1 as the minumum version for IDEA project.
This commit is contained in:
Generated
+1
-1
@@ -4,7 +4,7 @@
|
||||
<option name="moduleKind" value="plain" />
|
||||
</component>
|
||||
<component name="Kotlin2JvmCompilerArguments">
|
||||
<option name="jvmTarget" value="1.8" />
|
||||
<option name="jvmTarget" value="1.6" />
|
||||
</component>
|
||||
<component name="KotlinCommonCompilerArguments">
|
||||
<option name="languageVersion" value="1.0" />
|
||||
|
||||
Reference in New Issue
Block a user