• Home
Name Date Size #Lines LOC

..--

resources/03-May-2024-97

src/03-May-2024-599533

README.mdD03-May-2024449 149

build.gradleD03-May-2024585 2720

README.md

1# Knit
2
3This is a very simple tool that produces Kotlin source example files from a markdown document that includes
4snippets of Kotlin code in its body. It is used to produce examples for
5[coroutines guide](../docs/coroutines-guide.md) and other markdown documents.
6It also includes links to the documentation web site into the documents.
7
8## Usage
9
10* In project root directory do:
11  * Run `./gradlew knit`
12* Commit updated documents and examples
13
14