what was the reason that kotlin introduced an own Comparable interface (I only realised today that it's not the java interface when I tried to consume an API from another JVM language)
robstoll
06/16/2020, 9:09 AM
or to put it differently, why is it not an expected interface in common and a typealias in jvm?