Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
2024-08-30 17:06:39 -07:00
.circleci Fixed Docker images aliases 2024-07-29 17:25:08 -07:00
.github/workflows Updated dependencies 2024-07-29 16:54:22 -07:00
.idea Bumped bld to verson 2.1.0 2024-08-30 17:06:39 -07:00
.vscode Bumped bld to verson 2.1.0 2024-08-30 17:06:39 -07:00
lib/bld Bumped bld to verson 2.1.0 2024-08-30 17:06:39 -07:00
src Updated dependencies 2024-07-29 16:54:22 -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 Updated Kotlin requirement URL 2024-07-31 13:00:56 -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 javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll

Requirements