A class can only have instance properties. So you ...
# android
j
A class can only have instance properties. So you put the "static" property in a companion, in a top-level object, or on the top level itself