companion objects act as kotlin's version of stati...
# getting-started
h
companion objects act as kotlin's version of static objects. you can't have the class change the companion object's values because multiple instances of that class could compete for changing those values.