[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:
Nikolay Chashnikov
2021-07-07 10:52:45 +00:00
committed by intellij-monorepo-bot
parent ebcbb0d2cc
commit 24a1844984
54 changed files with 7 additions and 57 deletions

View File

@@ -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>