tree: 993cfa0f1e1117e0a833608f775acc840d0f82d7 [path history] [tgz]
  1. src/
  2. README.md
knit/README.md

Knit

This is a very simple tool that produces Kotlin source example files from a markdown document that includes snippets of Kotlin code in its body. It is used to produce examples for coroutines guide.

Updating guide

  • In project root directory do:
    • Run mvn clean
    • Run mvn compile
    • Run mvn pre-site (or mvn site if you have Jekyll)
    • Run Knit coroutines-guide.md (from IDEA, mark knit/src as source root first)
  • Commit updated coroutines-guide.md and examples