Comment by mike_hearn
3 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.
3 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 ↗