Does anyone know if it's possible to use `ReplaceW...
# intellij
s
Does anyone know if it's possible to use
ReplaceWith
to refactor a
package
? In Arrow we need to migrate a DSL to a new package, but
ReplaceWith
seems to be broken. https://github.com/arrow-kt/arrow/blob/main/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/computations/either.kt#L109
a
I’m not quite sure what exact problem you are describing. Could you please file a YouTrack issue with self-contained code to reproduce?
s
Hey @Alexey Belkov [JB], Thanks for replying. I created a sample repository and a YouTrack issue. https://youtrack.jetbrains.com/issue/KT-51573
👍 1