Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
2024-05-22 16:37:11 -07:00
.github/workflows Bumped workflows actions to the latest versions 2024-05-09 21:39:51 -07:00
.idea Bumped workflows actions to the latest versions 2024-05-09 21:39:51 -07:00
.vscode Bumped bld version to 1.9.1 2024-05-09 21:39:56 -07:00
lib/bld Bumped Kotlin extension to version 0.9.6 2024-05-22 16:37:00 -07:00
src Bumped Kotlin to version 2.0.0 2024-05-22 16:37:11 -07:00
.gitignore Initial commit 2024-01-18 22:24:39 -08:00
bld Initial commit 2024-01-18 22:24:39 -08:00
bld.bat Initial commit 2024-01-18 22:24:39 -08:00
LICENSE.txt Initial commit 2024-01-18 22:24:39 -08:00
README.md Minor cleanup 2024-01-19 01:14:44 -08:00

Kotlin Example Project for bld

Compile the Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test

Check the Example with Detekt

./bld detekt

Build the documentation with Dokka

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