tree: 2f58ca6295dbc2d7984a7d9ad10a4932faff00de [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