Bumped bld to version 2.0.1 Bumped Kotlin extension to version 1.0.0 Bumped Dokka extension to version 1.0.0 Bumped Detekt extension to version 0.9.5 Bumped JUnit to version 5.10.3
886 B
886 B
Kotlin Example Project for bld
Template for bld projects using the Kotlin extension with built-in support for the Dokka and Detekt extensions.
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
Requirements
- A Kotlin compiler must be installed.