From 7b8f34388bc53f8aac30a41b066cc35df3877a2f Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Mon, 15 Dec 2014 13:06:35 +0300 Subject: [PATCH] Add Module.md and document packages. --- libraries/stdlib/src/Module.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libraries/stdlib/src/Module.md diff --git a/libraries/stdlib/src/Module.md b/libraries/stdlib/src/Module.md new file mode 100644 index 00000000000..ab5aa64272b --- /dev/null +++ b/libraries/stdlib/src/Module.md @@ -0,0 +1,22 @@ +Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, +text and files. + +$kotlin: Core functions and types, available on all supported platforms, + +$kotlin.browser: API to access the web browser DOM + +$kotlin.concurrent: Concurrent programing API + +$kotlin.dom: Functions for working with the W3C DOM + +$kotlin.io: IO API for working with files and streams + +$kotlin.math: Mathematics API + +$kotlin.modules: API for defining compilation units + +$kotlin.template: Text processing API + +$kotlin.test: Functions for writing tests + +$kotlin.util: Utility functions