Skip to content

Commit

Permalink
Document Kotlin Plugin API change (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreznot authored Aug 23, 2023
1 parent 2635b3d commit 3523251
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 @@ -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
Expand Down

0 comments on commit 3523251

Please sign in to comment.