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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

Kotlin stdlib has a new [Dokka site](https://kotlinlang.org/api/core) (as advertised on the [current Dokka site](https://kotlinlang.org/api/latest/jvm/stdlib/)) - I think the default `remoteUrl` for the stdlib external documentation should be updated to point...

enhancement
🌱 contributions welcome

I have class with ViewDataBinding How to keep it when export documents And I want to show sub-module features(splash, intro, search-bill). Currently we can not show its

bug
🌱 contributions welcome
help wanted
affects:android

I am facing a compilation error when generating the Dokka output. However, the problem does not appear when compiling the project normally (`./gradlew check`). It seems Dokka cannot find the...

bug
blocked-by:Gradle

After upgrating to `2.1.0`, we started having KSP errors because the KSP classpath would select the `dokkatooHtmlPublicationPluginClasspathApiOnlyConsumable` variant of some projects instead of the `jvmRuntimeElements` ones. They are indeed quite...

bug
blocked-by:Gradle

Blocked by https://github.com/gradle/gradle/issues/28733

blocked-by:Gradle

Gradle [recommends](https://docs.gradle.org/8.7/userguide/cross_project_publications.html#sec:variant-aware-sharing) using typesafe attributes to share files. However, [these are fundamentally bugged](https://github.com/gradle/gradle/issues/28695) and will not work in some situations. I will implement a workaround, but I am opening this...

bug
blocked-by:Gradle

E.g., I want separate Dokka html report/site for all "api" modules for general API documentation for the app. And a different Dokka report for "all android device tests" to document...

documentation

Hi! I have a project in which I applied the Dokkatoo plugin. I'm currently refactoring it to use convention plugins, and in the process something strange broke. I don't know...

format:html
blocked-by:Gradle

Hi! I'm using the version 2.0.0. In CI, I'm seeing: ``` * What went wrong: Execution failed for task ':compat:compat-ktor:dokkatooGeneratePublicationHtml'. > A failure occurred while executing dev.adamko.dokkatoo.workers.DokkaGeneratorWorker > Java heap...

documentation