readingtime/examples/bld
2024-02-26 17:46:18 -08:00
..
.idea Bumped bld to 1.9.0 2024-02-26 17:46:18 -08:00
.vscode Bumped bld to 1.9.0 2024-02-26 17:46:18 -08:00
lib/bld Bumped bld to 1.9.0 2024-02-26 17:46:18 -08:00
src Bumped depedencies 2024-01-31 18:00:52 -08:00
.gitignore Moved from Gradle to bld 2023-11-08 12:10:45 -08:00
bld Moved from Gradle to bld 2023-11-08 12:10:45 -08:00
bld.bat Moved from Gradle to bld 2023-11-08 12:10:45 -08:00
example.html Moved from Gradle to bld 2023-11-08 12:10:45 -08:00
README.md Upgraded to Kotlin 1.9.21 2023-11-23 17:51:52 -08:00

Kotlin Example

To compile & run the Kotlin example:

./bld compile run --args="example.html"

Java Example

To compile & run the Java example:

./bld compile run-java --args="example.html"