appId

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


@JvmName(name = "-deprecated_appId")
fun appId(): String

Deprecated (with error)

moved to val

Replace with

appId