Add Module.md and document packages.

This commit is contained in:
Ilya Ryzhenkov
2014-12-15 13:06:35 +03:00
parent 3dca4a08c3
commit 7b8f34388b
+22
View File
@@ -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