mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA project configuration: explicitly specify API and Language version for Kotlin compiler
Otherwise they are automatically set to 1.2 if the project is opened with Kotlin plugin 1.2 (KT-18543), and we aren't ready to use that language version in IDEA project yet.
This commit is contained in:
Generated
+4
@@ -7,4 +7,8 @@
|
||||
<component name="Kotlin2JvmCompilerArguments">
|
||||
<option name="jvmTarget" value="1.8" />
|
||||
</component>
|
||||
<component name="KotlinCommonCompilerArguments">
|
||||
<option name="apiVersion" value="1.1"/>
|
||||
<option name="languageVersion" value="1.1"/>
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user