Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
Erik C. Thauvin 35f7f73a24
Updated dependencies
Bumped Kotlin to version 2.0.21
Bumped JUnit to version 5.11.2
2024-10-10 14:30:23 -07:00
.circleci Updated dependencies 2024-10-10 14:30:23 -07:00
.github/workflows Updated dependencies 2024-10-10 14:30:23 -07:00
.idea Updated dependencies 2024-10-10 14:30:23 -07:00
.vscode Bumped bld to verson 2.1.0 2024-08-30 17:06:39 -07:00
lib/bld Updated dependencies 2024-09-09 23:28:42 -07:00
src Updated dependencies 2024-10-10 14:30:23 -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 Added docs command 2024-08-30 17:13:15 -07:00

Kotlin Example Project for bld

Template for bld projects using the Kotlin extension with built-in support for the Dokka and Detekt extensions.

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 docs

or any of:

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

Requirements