Hi there, anyone has experience with kotlin `Depre...
# announcements
r
Hi there, anyone has experience with kotlin
Deprecated
annotation? I have a problem with ReplaceWith. I have a class
Box<T: Any>(initValue: T)
and I want to mark it as deprecated and enable smart correction to change it to
BetterBox<T: Any>(initValue: T)