dokkatoo icon indicating copy to clipboard operation
dokkatoo copied to clipboard

Generates documentation for Kotlin Gradle projects (based on Dokka)

Results 23 dokkatoo issues
Sort by recently updated
recently updated
newest added

The current design requires to add all projects manually in the dependency block of the root project: ``` dependencies { dokkatoo(projects.foo) } ``` Adding some default mechanism would be nice...

enhancement

Currently, the examples expect a `testMavenRepo` property to be defined, which is automatically generated by the [`updateDokkatooExamplesGradleProperties` task](https://github.com/adamko-dev/dokkatoo/blob/98a1c0b3223f575e25c9b483f49cf4c8d019c2f9/buildSrc/src/main/kotlin/buildsrc/conventions/dokkatoo-example-projects.gradle.kts#L40) in a `gradle.properties` file. However, this file doesn't appear to be generated...