Kotlin Example Project for bld
https://github.com/rife2/kotlin-bld-example
.circleci | ||
.github/workflows | ||
.idea | ||
.vscode | ||
lib/bld | ||
src | ||
.gitignore | ||
bld | ||
bld.bat | ||
LICENSE.txt | ||
README.md |
Kotlin Example Project for bld
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.
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 docs
or any of:
./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll
Requirements
- A Kotlin compiler must be installed.