tree: e3f5448856cc128f41e400a438a521cc7dad4768 [path history] [tgz]
  1. jre7/
  2. jre8/
  3. src/
  4. test/
  5. pom.xml
  6. ReadMe.md
libraries/stdlib/ReadMe.md

The Kotlin Standard Library

This module creates the standard library for kotlin.

Notes for contributors

We use some code generation to apply the various collection-like methods to various different types like arrays, strings, kotlin.Iterable and java.lang.Iterable etc.

To run the code generator from a kotlin checkout

cd libraries/tools/kotlin-stdlib-gen
mvn compile exec:java

This then runs the GenerateStandardLib.kt script to create the source from the files for java.lang.Iterable and java.util.Collection etc.