tree: 1bfd6568e0155810427e45ffce233c41aad44a6c [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