I have one question, how to add Companion Object E...
# random
h
I have one question, how to add Companion Object Extensions to existing Java class? I mean I’d like to add like Date.now() to existing java.util.Date class. But I can’t cuz Date has no Companion Object. Any thoughts?