From a2ba7d74d5cfe297edfc013160476870b80ab584 Mon Sep 17 00:00:00 2001 From: Jon Renner Date: Thu, 26 Dec 2013 15:54:31 +0800 Subject: [PATCH] update README - instructions for code generation --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReadMe.md b/ReadMe.md index 54d23e608e2..a773e696606 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -127,6 +127,7 @@ Then build via cd libraries mvn install +Some of the code in the standard library is created by generating code from templates. See the [README](https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/ReadMe.md) in the stdlib section for how run the code generator. The existing templates can be used as examples for creating new ones. ## Submitting patches