All you Java `static` functions go into `companion...
# announcements
e
All you Java
static
functions go into
companion object
if you really want them to be in the scope of your class. If you just need a helper function, then you better off declaring them as top-level functions (unlike Java you can have top-level functions)