bld-kotlin/examples
2024-02-25 18:52:26 -08:00
..
.idea Bumped bld to 1.8.0 2024-01-31 00:11:46 -08:00
.vscode Improved Visual Studio Code support 2024-02-25 18:52:08 -08:00
lib/bld Version 0.9.0 2024-01-31 00:17:29 -08:00
src Bumped JUnit versions 2024-02-25 18:52:26 -08:00
.gitignore Initial commit 2023-11-03 21:31:09 -07:00
bld Initial commit 2023-11-03 21:31:09 -07:00
bld.bat Initial commit 2023-11-03 21:31:09 -07:00
README.md Minor cleanup 2024-01-31 00:12:38 -08:00

Compile the Kotlin Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test

Build the documentation with Dokka

./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll