Minor cleanup
This commit is contained in:
parent
b853658f1a
commit
16330bc989
1 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
j## Compile the Kotlin Example
|
|
||||||
|
## Compile the Kotlin Example
|
||||||
|
|
||||||
```console
|
```console
|
||||||
./bld compile
|
./bld compile
|
||||||
|
@ -10,7 +11,13 @@ j## Compile the Kotlin Example
|
||||||
./bld run
|
./bld run
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build the documentation with Dokka
|
## Run the Tests
|
||||||
|
|
||||||
|
```console
|
||||||
|
./bld test
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build the documentation with [Dokka](https://github.com/Kotlin/dokka)
|
||||||
|
|
||||||
```console
|
```console
|
||||||
./bld javadoc
|
./bld javadoc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue