mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
[IntelliJ project configuration] adapt settings of Kotlin facet to Kotlin 1.5 plugin
Kotlin 1.5 doesn't write tag for 'jvmTarget' option if its value is '1.8', and does write it if its value is '1.6', so this change is needed to avoid modified iml files if the project is opened with Kotlin plugin 1.5 (see KTIJ-19019). GitOrigin-RevId: 8fc21bf185ac8c23675123b904f25af5defcc98e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ebcbb0d2cc
commit
24a1844984
@@ -7,7 +7,6 @@
|
||||
<option name="additionalArguments" value="-version -Xstrict-java-nullability-assertions -Xjvm-default=enable" />
|
||||
</compilerSettings>
|
||||
<compilerArguments>
|
||||
<option name="jvmTarget" value="1.8" />
|
||||
<option name="languageVersion" value="1.4" />
|
||||
<option name="apiVersion" value="1.4" />
|
||||
</compilerArguments>
|
||||
|
||||
Reference in New Issue
Block a user