method

@get:JvmName(name = "method")
val method: String


@JvmName(name = "-deprecated_method")
fun method(): String

Deprecated (with error)

moved to val

Replace with

method