kotlin-bld-example/README.md

721 B

Kotlin Example Project for bld

Template for bld projects using the Kotlin extension with built-in support for Dokka and the Detekt extension.

Compile the Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test

Check the Example with Detekt

./bld detekt

Build the documentation with Dokka

./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll