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
louiscad
12/21/2018, 6:54 PM
Are you looking for abstract classes/interfaces + companion objects?