bld-kotlin/examples/README.md

20 lines
228 B
Markdown

j## Compile the Kotlin Example
```console
./bld compile
```
## Run the Example
```console
./bld run
```
## Build the documentation with Dokka
```console
./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll
```