Slide 94
Slide 94 text
Kotlin Core Libraries
kotlin
Core functions and types, available on all supported platforms.
kotlin.annotation
Library support for the Kotlin annotation facility.
kotlin.browser - JS
Access to top-level properties (document, window etc.) in the browser environment.
kotlin.collections
Collection types, such as Iterable, Collection, List, Set, Map and related top-level and extension functions.
kotlin.comparisons
Helper functions for creating Comparator instances.
kotlin.concurrent - JVM
Utility functions for concurrent programming.
kotlin.coroutines.experimental
Library support for coroutines, including support for lazy sequences.
kotlin.coroutines.experimental.intrinsics
Low-level building blocks for libraries that provide coroutine-based APIs.
kotlin.dom - JS
Utility functions for working with the browser DOM.
kotlin.experimental
Experimental APIs, subject to change in future versions of Kotlin.
kotlin.io
IO API for working with files and streams.
kotlin.js - JS
Functions and other APIs specific to the JavaScript platform.
kotlin.jvm - JVM
Functions and annotations specific to the Java platform.
kotlin.math
Mathematical functions and constants.
kotlin.properties
Standard implementations of delegates for delegated properties and helper functions for implementing custom delegates.
kotlin.ranges
Ranges, Progressions and related top-level and extension functions.
kotlin.reflect
Runtime API for Kotlin reflection
kotlin.reflect.full - JVM
Extensions for Kotlin reflection provided by kotlin-reflect library.
kotlin.reflect.jvm - JVM
Runtime API for interoperability between Kotlin reflection and Java reflection provided by kotlin-reflect library.
kotlin.sequences
Sequence type that represents lazily evaluated collections. Top-level functions for instantiating sequences and extension
functions for sequences.
kotlin.streams - JVM
Utility functions for working with Java 8 streams.
kotlin.system - JVM
System-related utility functions.
kotlin.text
Functions for working with text and regular expressions.
org.khronos.webgl - JS
Kotlin JavaScript wrappers for the WebGL API.
org.w3c.dom - JS
Kotlin JavaScript wrappers for the DOM API.
org.w3c.dom.css - JS
Kotlin JavaScript wrappers for the DOM CSS API.
org.w3c.dom.events - JS
Kotlin JavaScript wrappers for the DOM events API.
org.w3c.dom.parsing - JS
Kotlin JavaScript wrappers for the DOM parsing API.
org.w3c.dom.svg - JS
Kotlin JavaScript wrappers for the DOM SVG API.
org.w3c.dom.url - JS
Kotlin JavaScript wrappers for the DOM URL API.
org.w3c.fetch - JS
Kotlin JavaScript wrappers for the W3C fetch API.
org.w3c.files - JS
Kotlin JavaScript wrappers for the W3C file API.
org.w3c.notifications - JS
Kotlin JavaScript wrappers for the Web Notifications API.
org.w3c.performance - JS
Kotlin JavaScript wrappers for the Navigation Timing API.
org.w3c.workers - JS
Kotlin JavaScript wrappers for the Web Workers API.
org.w3c.xhr - JS
Kotlin JavaScript wrappers for the XMLHttpRequest API.
https://kotlinlang.org/api/latest/jvm/stdlib/index.html