Kotlin Standard Library provides essential functions and types for Kotlin programming, including collections, IO, and coroutines.
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.10</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creating a list using the standard library function listOf.
Use the Kotlin Gradle plugin to manage the stdlib version automatically.
No dependency data recorded yet.