[intellij project configuration] change JVM target level from 17 to 21 in Kotlin facets (IJPL-176259)

GitOrigin-RevId: d518be3562a359b9d4034c2972d7c8444741b7f0
This commit is contained in:
Nikolay Chashnikov
2025-08-20 18:07:51 +03:00
committed by intellij-monorepo-bot
parent d397761eac
commit 4f63150cff
260 changed files with 520 additions and 520 deletions

View File

@@ -2,13 +2,13 @@
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="5" platform="JVM 17" allPlatforms="JVM [17]" useProjectSettings="false">
<configuration version="5" platform="JVM 21" allPlatforms="JVM [21]" useProjectSettings="false">
<compilerSettings>
<option name="additionalArguments" value="-Xjvm-default=all -opt-in=kotlin.time.ExperimentalTime -XXLanguage:+AllowEagerSupertypeAccessibilityChecks" />
</compilerSettings>
<compilerArguments>
<stringArguments>
<stringArg name="jvmTarget" arg="17" />
<stringArg name="jvmTarget" arg="21" />
<stringArg name="apiVersion" arg="2.2" />
<stringArg name="languageVersion" arg="2.2" />
</stringArguments>