bld-kotlin/examples
2024-07-31 13:00:02 -07:00
..
.idea Bumped bld to version 2.0.1 2024-07-28 20:23:40 -07:00
.vscode Bumped bld to version 2.0.1 2024-07-28 20:23:40 -07:00
lib/bld Version 1.0.0 2024-07-29 15:34:17 -07:00
src Added option to specify the Kotlin compiler (kotlinc) path directly 2024-07-21 21:41:18 -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 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