mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
Replace deprecated '-Xopt-in' with '-opt-in'
KT-47099 This commit fixes: "Kotlin: Argument -Xopt-in is deprecated. Please use -opt-in instead" compiler warning. GitOrigin-RevId: 9bf9b57f795b445fb7a33035ef153123bd217f29
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cbe0ddd77c
commit
8f4c254770
@@ -4,7 +4,7 @@
|
||||
<facet type="kotlin-language" name="Kotlin">
|
||||
<configuration version="3" platform="JVM 11" allPlatforms="JVM [11]" useProjectSettings="false">
|
||||
<compilerSettings>
|
||||
<option name="additionalArguments" value="-version -Xjvm-default=enable -Xallow-kotlin-package -Xopt-in=com.intellij.openapi.util.IntellijInternalApi" />
|
||||
<option name="additionalArguments" value="-version -Xjvm-default=enable -Xallow-kotlin-package -opt-in=com.intellij.openapi.util.IntellijInternalApi" />
|
||||
</compilerSettings>
|
||||
<compilerArguments>
|
||||
<option name="jvmTarget" value="11" />
|
||||
|
||||
Reference in New Issue
Block a user