setBodyLimit

@JvmName(name = "-deprecated_bodyLimit")
fun setBodyLimit(bodyLimit: Long)

Deprecated (with error)

moved to var

Replace with

run { this.bodyLimit = bodyLimit }