Registry / utility / kotlin-stdlib

kotlin-stdlib

JSON →
library2.3.10javamavenunverified

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>
INSTALL
IMPORT
SIG · KOTLIN-STDLIB
K
kotlin-stdlib
utilityjavav2.3.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

listOf
kotlin.collections.listOf

Creating a list using the standard library function listOf.

import kotlin.collections.listOf fun main() { val numbers = listOf(1, 2, 3) println(numbers) }
Debug
Known issues
gotchaKotlin stdlib is automatically included in Kotlin projects; adding it manually can cause version conflicts.
fix
Use the Kotlin Gradle plugin to manage the stdlib version automatically.
affects: >=1.0.0
Upgrade
Version history
2.3.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources