you could define an interface, then implement this...
# announcements
k
you could define an interface, then implement this interface somewhere and then delegate your companion object to that interface:
Copy code
companion object : MyInterface by OtherObject