Registry / utility / kotlin-stdlib-jdk8

kotlin-stdlib-jdk8

JSON →
library2.4.0javamavenunverified

The Kotlin standard library with additional extensions for JDK 8 features like streams and optionals.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-STDLIB-JDK8
K
kotlin-stdlib-jdk8
utilityjavav2.4.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.

toList
kotlin.streams.toList

Convert a Java stream to a Kotlin list using the toList extension function.

import kotlin.streams.toList fun main() { val list = listOf(1, 2, 3).stream().toList() println(list) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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