Kotlin Example Project for bld https://github.com/rife2/kotlin-bld-example
Find a file
Erik C. Thauvin d6228f1766
Updated dependencies
Bumped bld to version 2.0.1
Bumped Kotlin extension to version 1.0.0
Bumped Dokka extension to version 1.0.0
Bumped Detekt extension to version 0.9.5
Bumped JUnit to version 5.10.3
2024-07-29 16:54:22 -07:00
.cirleci Updated dependencies 2024-07-29 16:54:22 -07:00
.github/workflows Updated dependencies 2024-07-29 16:54:22 -07:00
.idea Updated dependencies 2024-07-29 16:54:22 -07:00
.vscode Updated dependencies 2024-07-29 16:54:22 -07:00
lib/bld Updated dependencies 2024-07-29 16:54:22 -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 dependencies 2024-07-29 16:54:22 -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