Comment by mike_hearn
4 months ago
Kotlin has some limited support for that:
@Deprecated(replaceWith = "new expression")
Only works for simple cases but better than nothing. For more, there's OpenRewrite.
4 months ago
Kotlin has some limited support for that:
@Deprecated(replaceWith = "new expression")
Only works for simple cases but better than nothing. For more, there's OpenRewrite.
No comments yet
Contribute on Hacker News ↗