[kotlin] safe delete: extract common part to kotlin.refactorings.common (KTIJ-21136)

fix groovy when java type parameter is deleted as part of unification

GitOrigin-RevId: ce6c25bf5f8faad33f072496a316a3a61263e153
This commit is contained in:
Anna Kozlova
2022-09-22 12:41:13 +02:00
committed by intellij-monorepo-bot
parent 8d57d9ee67
commit 61d970e403
18 changed files with 239 additions and 89 deletions

View File

@@ -184,5 +184,6 @@
<orderEntry type="module" module-name="intellij.markdown" scope="RUNTIME" />
<orderEntry type="library" scope="RUNTIME" name="javax-inject" level="project" />
<orderEntry type="module" module-name="kotlin.refactorings.k2" exported="" />
<orderEntry type="module" module-name="kotlin.refactorings.common" exported="" />
</component>
</module>