Registry / utility / kotlin-stdlib-common

kotlin-stdlib-common

JSON →
library2.1.0javamavenunverified

Kotlin Common Standard Library (legacy, use kotlin-stdlib instead).

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-STDLIB-COMM
K
kotlin-stdlib-common
utilityjavav2.1.0
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

Basic Kotlin list creation

import kotlin.collections.listOf fun main() { val list = listOf(1, 2, 3) println(list) }
Debug
Known issues
breakingkotlin-stdlib-common is legacy; prefer kotlin-stdlib for JVM projects.
fix
Use org.jetbrains.kotlin:kotlin-stdlib instead.
affects: *
Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlin-stdlib-common — mvn dependency:get kotlin-stdlib-common · libregistry