@Deprecated("lol no more mainstream", replaceWith = ReplaceWith(expression = "kek()")) fun lol() { println("lol") } //INFO:
@Deprecated public fun lol(): Unit defined in root package in file DeprecationWithReplaceInfo.kt
Deprecated:
lol no more mainstream
Replace with:
kek()