Skip to content

Commit

Permalink
[fix] Fix BspKotlinProjectConfigurator FQN after targets split
Browse files Browse the repository at this point in the history
  • Loading branch information
gottagofaster236 authored and qodana-bot committed Sep 3, 2024
1 parent 5e6c23e commit 489d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-bsp/src/main/xml/base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

<extensions defaultExtensionNs="org.jetbrains.kotlin">
<projectConfigurator
implementation="org.jetbrains.plugins.bsp.services.BspKotlinProjectConfigurator"
implementation="org.jetbrains.plugins.bsp.kotlin.BspKotlinProjectConfigurator"
order="first"
/>

Expand Down

0 comments on commit 489d217

Please sign in to comment.