Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
Erik C. Thauvin 88b9259f82
Bumped to Kotlin verison 1.9.23
Bumped Kotlin extension to version 0.9.3
2024-03-08 20:38:38 -08:00
.github/workflows Bumped extensions versions 2024-01-31 00:46:35 -08:00
.idea Bumped to bld 1.9.0 2024-02-26 03:01:04 -08:00
.vscode Bumped to bld 1.9.0 2024-02-26 03:01:04 -08:00
lib/bld Bumped to Kotlin verison 1.9.23 2024-03-08 20:38:38 -08:00
src Bumped to Kotlin verison 1.9.23 2024-03-08 20:38:38 -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