protocols

@get:JvmName(name = "protocols")
var protocols: List<Protocol>


@JvmName(name = "-deprecated_protocols")
fun protocols(): List<Protocol>

Deprecated (with error)

moved to var

Replace with

protocols