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.
mvn clean
mvn compile
mvn pre-site
(or mvn site
if you have Jekyll)Knit coroutines-guide.md
(from IDEA, mark knit/src
as source root first)coroutines-guide.md
and examples