It's important to understand that Kotlin's collection are built on top of the Java API. That means a lot for interoperability.
But, Kotlin brings consistency and simplicity.
List of ...
Set of ...
Map to ...
Note that beyond that simplicity, Kotlin provides some cool features, essentially based on extensions of the Java API.
Here a sample of what Kotlin is capable of. You may find more into the Kotlin documentation.
The #1 tech hiring platform