Use KDoc in the Code and the Dokka tool to create a [documentation](https://kotlinlang.org/docs/reference/kotlin-doc.html) for the library DSL. #### TODO - [x] Code documentation with KDoc - [ ] Use [Dokka](https://github.com/Kotlin/dokka) Gradle task to generate the documentation
Use KDoc in the Code and the Dokka tool to create a documentation for the library DSL.
TODO