mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[kotlin] Allow using @KotlinPluginInternalApi-marked declarations from all Kotlin modules
GitOrigin-RevId: fb56194efbddfba539db6bb33689dbf25d3fcb49
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e0f734092a
commit
d2e1b4ddfb
@@ -4,7 +4,7 @@
|
||||
<facet type="kotlin-language" name="Kotlin">
|
||||
<configuration version="3" platform="JVM 1.8" allPlatforms="JVM [1.8]" useProjectSettings="false">
|
||||
<compilerSettings>
|
||||
<option name="additionalArguments" value="-version -Xstrict-java-nullability-assertions -Xjvm-default=enable" />
|
||||
<option name="additionalArguments" value="-version -Xstrict-java-nullability-assertions -Xjvm-default=enable -Xopt-in=kotlin.io.path.ExperimentalPathApi -Xopt-in=org.jetbrains.kotlin.idea.KotlinPluginInternalApi" />
|
||||
</compilerSettings>
|
||||
<compilerArguments>
|
||||
<option name="languageVersion" value="1.4" />
|
||||
|
||||
Reference in New Issue
Block a user