bld-kotlin/examples
2024-05-22 16:14:08 -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.7 2024-05-22 16:14:08 -07:00
src Bumped Kotlin to version 2.0.0 2024-05-22 11:37:17 -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