Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
2024-02-11 23:26:47 -08:00
.github/workflows Bumped extensions versions 2024-01-31 00:46:35 -08:00
.idea Bumped bld to version 1.8.0 2024-02-11 23:26:24 -08:00
.vscode Bumped bld to version 1.8.0 2024-02-11 23:26:24 -08:00
lib/bld Bumped bld to version 1.8.0 2024-02-11 23:26:24 -08:00
src Bumped JUnit version 2024-02-11 23:26:47 -08: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