Template for bld projects using the Kotlin extension with built-in support for the Dokka and Detekt extensions.
./bld compile
./bld run
./bld test
Check the Example with Detekt
./bld detekt
Build the documentation with Dokka
./bld docs
or any of:
./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll
- A Kotlin compiler must be installed.