Template for bld projects using the Kotlin extension with built-in support for the Dokka and Detekt extensions.
Manual configuration steps for Kotlin Support are also available.
./bld compile./bld run./bld testCheck the Example with Detekt
./bld detektBuild the documentation with Dokka
./bld docsor any of:
./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll- A Kotlin compiler must be installed.