bld-kotlin/examples
2024-11-28 10:46:10 -08:00
..
.idea Bumped bld to version 2.1.0 2024-08-30 15:16:48 -07:00
.vscode Bumped bld to version 2.1.0 2024-08-30 15:16:48 -07:00
lib/bld Don't compile when source or test directories are empty. 2024-09-09 20:57:39 -07:00
src Enabled verbose compiling 2024-11-28 10:46:10 -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 Updated Kotlin requirement URL 2024-07-31 13:00:02 -07:00

Compile the Kotlin Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test

Requirements