dokka
dokka copied to clipboard
I want execute dokkaHtml only one specific variant.
Question
I use dokka at my Android Project
.
As the version of Kotlin was increased, the version of dokka was also raised, but the kotlinTasks
feature in 0.9.18 disappeared. and kotlinSourceSet
reference example not exist.....
So I spend a lot of time when ./gradlew dokkaHtml
executing at Ci. (2 minute -> 30 minutes....)
I want executing dokkaHtml only one specific variant. How can I do it?
Installation
- Operating system: macOS, Linux
- Build tool: Gradle v6.7.1
- Dokka version: 1.5.0
Right now this use case is not supported in new dokka.
I'll convert this issue to enhancement to keep track of it
Any news here? @MarcinAman I've similar issue. I've a variant with huawei services (without google-services.json) and unable to run dokka. Got an exception
No matching client found for package name 'kz.arbuz.arbuzkz.huawei.debug'
Any news on supporting specific build variants?