Hello there. I am trying to set up 2 dokka tasks, so that:
1. they both generate documentation for the same multi module project
2. the first one generates html docs with kotlin definitions (that one is pretty simple)
3. the second one generates html docs with java definitions (and I want it to coexist with the first one)
For a single module project adding a custom task like the one below would do the trick: