bld-kotlin/examples
2024-07-10 12:37:48 -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 Moved Dokka operation to its own extension 2024-06-15 21:32:12 -07:00
src Ensured exit status is set on failure 2024-07-10 12:37:48 -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 Moved Dokka operation to its own extension 2024-06-15 21:32:12 -07:00

Compile the Kotlin Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test