I'm trying to clean up an API so it doesn't have any Kt classes in it, to make it nicer for Java users, and moving extension functions into Companions (and marking them static) seems like a nice way to do it, except then the IDE doesn't help you with imports anymore.