Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
2024-11-28 11:09:55 -08:00
.circleci Fix CircleCI config 2024-11-28 11:09:55 -08:00
.github/workflows Bumped Kotlin to version 2.1.0 2024-11-28 11:02:42 -08: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 Bumped Kotlin to version 2.1.0 2024-11-28 11:02:42 -08:00
src Bumped Kotlin to version 2.1.0 2024-11-28 11:02:42 -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 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