Files
openide/build
Ilya Kirillov d915daf9be [kotlin] enable Kotlin plugin K2 mode by default in Nightly
The behavior with the `idea.kotlin.plugin.use.k2` VM option will be the following:
- When no `idea.kotlin.plugin.use.k2` is specified in `.vmoptions`, it will be implicitly set to `true`.
- If `idea.kotlin.plugin.use.k2` is set to `true`/`false` in `.vmoptions`, this value will be used.
- If a user disables K2 mode manually in the settings, then `idea.kotlin.plugin.use.k2` will be set to `false` in `.vmoptions` and the K2 mode will be considered as disabled after a restart.

^KTIJ-30761 fixed

GitOrigin-RevId: bdafaad289b4e6ad3600f0653b336aefde20874f
2024-07-28 20:47:02 +00:00
..