Is it possible to create only the tasks/configurat...
# dokka
m
Is it possible to create only the tasks/configurations that I'm using? Currently, it looks like all possible output formats create a task + configuration(s) (jekyll, javadoc, ...). Not the end of the world but it makes inspecting the dependencies or the task list pretty tedious.
m
No, dokka eagerly creates all the tasks and there is no way to change that
👍 1
m
Gotcha 👍 . Time to fine tune my regexes!
k
I think you can always disable the tasks 🤔 Not really sure if you can remove the configurations, it should be possible, but don't take my word for it
m
I think I could even remove tasks but would rather not 😅
I think all the
NamedDomainObjectContainer
are mutable