Skip to content

rife2/kotlin-bld-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Example Project for bld

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