attributes

@get:JvmName(name = "attributes")
val attributes: Map<String, String>


@JvmName(name = "-deprecated_attributes")
fun attributes(): Map<String, String>

Deprecated (with error)

moved to val

Replace with

attributes