path

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


@JvmName(name = "-deprecated_path")
fun path(): String

Deprecated (with error)

moved to val

Replace with

path