Provide the guide for sample authoring

This commit is contained in:
Ilya Gorbunov
2017-12-28 16:01:32 +03:00
parent 03a8ce63b2
commit 496df371f4
2 changed files with 45 additions and 1 deletions
+5 -1
View File
@@ -14,4 +14,8 @@ To run the code generator from the `libraries` directory of a kotlin checkout, u
> Note: on Windows type `gradlew` without the leading `./`
This then runs the script which generates a significant part of stdlib sources from the [templates](https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-stdlib-gen/src/templates) authored with a special kotlin based DSL.
This then runs the script which generates a significant part of stdlib sources from the [templates](https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-stdlib-gen/src/templates) authored with a special kotlin based DSL.
### Usage samples
If you want to author samples for the standard library, please head to [the samples readme](samples/ReadMe.md).