it is possible to deprecate a property's setter, w...
# language-evolution
n
it is possible to deprecate a property's setter, which is really cool. but it isn't possible to use a ReplaceWith in that deprecation that the IDE will auto-swap for you. is this an oversight? i have a use case where i'm removing a setter and would love to have it be replaced by a new method, while keeping the property setter. i'd love to make migrations for this easier by using an error-level deprecation with a replacement. but that simply isn't well supported now. would love to know if this should work or not.
r
That's true, setters are not supported in this quick fix. Found an issue for that: KTIJ-11650