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:
nik
2017-03-17 11:43:51 +03:00
parent cd431e9763
commit ddca818b54
+1 -1
View File
@@ -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" />