Gokhan Alıcı
10/21/2019, 2:45 PM@Deprecated(message = "Use newFunction(String) function")
fun sampleFun(id: String): B
It works on a project if has kotlin
dependency as expected(ide warns and strikethrough ) but interesting point when i import the library which has above deprecated function in pure java
project it doesn't show any warning.
When i open function's declaration it looks like below
@kotlin.Deprecated public final fun sampleFun(id: kotlin.String):
Is there any one had this issue before?