I setup a project only with common / shared code but Idea is telling me that there aren't any implementations for basic Kotlin collections like List, Map and Set.
Why Kotlin doesn't provide those implementations in common code among platforms? Is there any specific reason?