bld-kotlin/examples
2024-05-19 03:17:37 -07:00
..
.idea Bumped bld to version 1.9.1 2024-05-07 11:16:24 -07:00
.vscode Bumped bld to version 1.9.1 2024-05-07 11:16:24 -07:00
lib/bld Version 0.9.4 2024-05-07 11:32:54 -07:00
src Fixed boolean-type functions producing invalid parameters. Closes #1 2024-05-19 03:17:37 -07: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