Is there a way to have compiler enforced "abstract...
# announcements
s
Is there a way to have compiler enforced "abstract static methods" for kotlin, be it in an interface or an abstract class? Perhaps similar to a factory style but id rather not have <ConcreteType>Factory for all the concrete types
l
Are you looking for abstract classes/interfaces + companion objects?