Ah, that is not the same as a `static` field in Ja...
# announcements
d
Ah, that is not the same as a
static
field in Java. For that you want a
var
or
val
marked with
@JvmField
inside a
companion object
.