File: README.md

package info (click to toggle)
kotlinx-coroutines 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,628 kB
  • sloc: xml: 418; sh: 322; javascript: 60; makefile: 17; java: 8
file content (13 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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](../docs/coroutines-guide.md) 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