bld-kotlin/examples
2024-07-21 21:48:42 -07:00
..
.idea Minor cleanups 2024-07-21 21:48:42 -07:00
.vscode Bumped bld to version 2.0.0-SNAPSHOT 2024-07-11 22:01:28 -07:00
lib/bld Minor cleanups 2024-07-21 21:48:42 -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 Added option to specify the Kotlin compiler (kotlinc) path directly 2024-07-21 21:41:18 -07:00

Compile the Kotlin Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test

Requirements