There seems to be no LinkedList
or Queue
collection in the kotlin-stdlib-common, so there is no way to use it in a multiplatform project. Will it be added in the near future?
2 Likes
We have no plans to add LinkedList
to the common stdlib, however we could provide some other Deque
implementation.
Is there any reason for that?
1 Like