Kotlin does not have certain interfaces & clas...
# multiplatform
j
Kotlin does not have certain interfaces & classes, like Queue, LinkedList ( because on JVM it uses Java's implementations ), but I'm wondering if there's a place were these are (to be?) defined? e.g. is there a standard, common Queue interface to be used by MP?
a
j
Ah, interesting. Ideally there would be something official, by JetBrains, or referred to by them.