bld-kotlin/examples
2023-12-24 12:01:31 -08:00
..
.idea Minor cleanup 2023-11-19 10:46:11 -08:00
.vscode Initial commit 2023-11-03 21:31:09 -07:00
lib/bld Added method to reset the Dokka plugins 2023-11-05 22:42:51 -08:00
src Bumped to Kotlin 1.9.22 2023-12-24 12:01:31 -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 Upgrade to Koltin 1.9.21 2023-11-24 13:18:13 -08:00

j## Compile the Kotlin Example

./bld compile

Run the Example

./bld run

Build the documentation with Dokka

./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll