tree: 3ad2fc53fbc44d0c90bde6aeb8b79c906eec879d [path history] [tgz]
  1. resources/
  2. src/
  3. build.gradle
  4. 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 and other markdown documents. It also includes links to the documentation web site into the documents.

Usage

  • In project root directory do:
    • Run ./gradlew knit
  • Commit updated documents and examples