Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
2025-03-24 21:39:01 -07:00
.circleci Bumped Kotlin to version 2.1.10 2025-01-27 22:10:44 -08:00
.github/workflows Add Windows and macOS testing 2025-03-24 21:39:01 -07:00
.idea Bump bld to version 2.2.1 2025-02-24 23:22:39 -08:00
.vscode Bump bld to version 2.2.1 2025-02-24 23:22:39 -08:00
lib/bld Updated extensions 2025-03-24 21:37:49 -07:00
src Updated extensions 2025-03-24 21:37:49 -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 Add manual configuration steps reference 2025-03-18 11:41:19 -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.

Manual configuration steps for Kotlin Support are also available.

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