bld-kotlin/examples
2024-03-04 13:10:37 -08:00
..
.idea Bumped to bld 1.9.0 2024-02-26 10:40:18 -08:00
.vscode Bumped to bld 1.9.0 2024-02-26 10:40:18 -08:00
lib/bld Bumped Dokka to version 1.9.20 2024-03-04 13:10:37 -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