FIR IDE: use registry to obtain kotlin.use.fir.resolution
This commit is contained in:
@@ -112,6 +112,10 @@
|
||||
description="Add all transitive dependencies on MPP modules when Android project is imported"
|
||||
defaultValue="true"
|
||||
restartRequired="false"/>
|
||||
<registryKey key="kotlin.use.fir.resolution"
|
||||
description="Use Kotlin resolution via frontend IR for reference resolve and diagnostics in IDEA"
|
||||
defaultValue="false"
|
||||
restartRequired="true"/>
|
||||
<registryKey key="kotlin.gradle.scripts.useIdeaProjectImport"
|
||||
description="Use IDEA project import mechanics to load Kotlin Gradle scripts configuration"
|
||||
defaultValue="false"
|
||||
|
||||
@@ -116,6 +116,10 @@
|
||||
description="Add all transitive dependencies on MPP modules when Android project is imported"
|
||||
defaultValue="true"
|
||||
restartRequired="false"/>
|
||||
<registryKey key="kotlin.use.fir.resolution"
|
||||
description="Use Kotlin resolution via frontend IR for reference resolve and diagnostics in IDEA"
|
||||
defaultValue="false"
|
||||
restartRequired="true"/>
|
||||
<fileEditorProvider implementation="org.jetbrains.kotlin.idea.scratch.ui.KtScratchFileEditorProvider"/>
|
||||
|
||||
</extensions>
|
||||
|
||||
@@ -107,6 +107,10 @@
|
||||
description="Add all transitive dependencies on MPP modules when Android project is imported"
|
||||
defaultValue="true"
|
||||
restartRequired="false"/>
|
||||
<registryKey key="kotlin.use.fir.resolution"
|
||||
description="Use Kotlin resolution via frontend IR for reference resolve and diagnostics in IDEA"
|
||||
defaultValue="false"
|
||||
restartRequired="true"/>
|
||||
<fileEditorProvider implementation="org.jetbrains.kotlin.idea.scratch.ui.KtScratchFileEditorProvider"/>
|
||||
|
||||
</extensions>
|
||||
|
||||
Reference in New Issue
Block a user