Skip to content

Commit

Permalink
Document Kotlin Plugin API change
Browse files Browse the repository at this point in the history
  • Loading branch information
jreznot committed Aug 23, 2023
1 parent 1dbd0c0 commit abeba24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference_guide/api_changes_list_2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,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
Expand Down

0 comments on commit abeba24

Please sign in to comment.