says it’s not applicable to this declaration ``` c...
# announcements
d
says it’s not applicable to this declaration
Copy code
class EmailBuilder {
    @set:JvmName("recipients")
    var recipients: Recipients = Recipients(mutableListOf())
}