Join Slack
Powered by
It seems like every time I try to use it, it's gra...
# announcements
x
xenomachina
03/27/2017, 6:04 PM
It seems like every time I try to use it, it's grayed out. It would be extremely useful for porting code from an old API to a new one.
i
ilya.gorbunov
03/27/2017, 8:40 PM
Have you tried
@Deprecated + @ReplaceWith
annotations? They might be really helpful in this situation
ilya.gorbunov
03/27/2017, 8:43 PM
Here's the example:
https://github.com/JetBrains/kotlin/blob/master/core/runtime.jvm/src/kotlin/jvm/JvmClassMapping.kt#L99
ilya.gorbunov
03/27/2017, 8:43 PM
https://github.com/JetBrains/kotlin/blob/master/idea/testData/inspections/cleanup/deprecatedSymbols.kt
2
Views
Open in Slack
Previous
Next