using_kotlin.md: Testing K2 Mode, replace with link

This commit is contained in:
Yann Cébron 2024-09-17 15:42:59 +02:00
parent 03e413f4e6
commit 0421e6006f

View File

@ -251,10 +251,9 @@ Use inspection <control>Plugin DevKit | Code | Companion object in extensions</c
## Kotlin Code FAQ ## Kotlin Code FAQ
### K2 Mode for Sandbox Instance ### Testing K2 Mode
It is not possible to change it in the UI (<ui-path>Settings | Languages & Frameworks | Kotlin</ui-path>). See [Testing in K2 Locally](https://kotlin.github.io/analysis-api/testing-in-k2-locally.html).
Instead, specify system property `idea.kotlin.plugin.use.k2=true` explicitly (see [](tools_intellij_platform_gradle_plugin_faq.md#how-to-modify-system-properties-of-the-runide-task)).
### Analysis API ### Analysis API
<primary-label ref="2024.2"/> <primary-label ref="2024.2"/>