Document Kotlin Plugin API change (#1100)

This commit is contained in:
Yuriy Artamonov 2023-08-23 17:24:16 +02:00 committed by GitHub
parent 2635b3df9e
commit 3523251139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,11 @@ Parameter type of fragment builder functions from `ExternalSystemRunConfiguratio
Fragment builder functions from `ExternalSystemRunConfigurationUtil` file moved to `SettingsEditorFragmentBuilders` and `ExternalSystemRunConfigurationFragmentBuilders` files
: Use the new run configuration fragment builders.
### Kotlin Plugin 2023.3
`org.jetbrains.kotlin.idea.actions.JavaToKotlinAction.Companion` class renamed to `org.jetbrains.kotlin.idea.actions.JavaToKotlinAction.Handler`
: In order to not load additional code eagerly on action instantiation.
## 2023.2
### IntelliJ Platform 2023.2