[kotlin] Move SpecifyTypeExplicitlyInDestructuringAssignmentIntention to shared

KTIJ-32017

GitOrigin-RevId: c26add70052d8bd9d8737eff256328f2af4bd9d8
This commit is contained in:
Victoria.Petrakovich
2025-07-14 18:40:10 +00:00
committed by intellij-monorepo-bot
parent 8d96e90870
commit 3e72f3b334
3 changed files with 2 additions and 2 deletions
@@ -1 +1 @@
org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyInDestructuringAssignmentIntention
org.jetbrains.kotlin.idea.codeInsight.intentions.shared.SpecifyTypeExplicitlyInDestructuringAssignmentIntention
@@ -37,7 +37,7 @@
<intentionAction>
<language>kotlin</language>
<className>org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyInDestructuringAssignmentIntention</className>
<className>org.jetbrains.kotlin.idea.codeInsight.intentions.shared.SpecifyTypeExplicitlyInDestructuringAssignmentIntention</className>
<bundleName>messages.KotlinBundle</bundleName>
<categoryKey>group.names.kotlin</categoryKey>
</intentionAction>