Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
2024-01-19 01:14:44 -08:00
.idea Initial commit 2024-01-18 22:24:39 -08:00
.vscode Initial commit 2024-01-18 22:24:39 -08:00
lib/bld Initial commit 2024-01-18 22:24:39 -08:00
src Initial commit 2024-01-18 22:24:39 -08:00
.gitignore Initial commit 2024-01-18 22:24:39 -08:00
bld Initial commit 2024-01-18 22:24:39 -08:00
bld.bat Initial commit 2024-01-18 22:24:39 -08:00
LICENSE.txt Initial commit 2024-01-18 22:24:39 -08:00
README.md Minor cleanup 2024-01-19 01:14:44 -08:00

Kotlin Example Project for bld

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