Joffrey
12/05/2019, 1:39 PMdokka {
// In case of a Gradle multiproject build, you can include subprojects here to get merged documentation
// Note however, that you have to have the Kotlin plugin available in the root project and in the subprojects
subProjects = ["subproject1", "subproject2"]
...
}
But the comment seems to suggest that this will merge the documentation... Will it still generate an independent dokka jar for each module?
Do I still have to configure dokka again in each module for cross-module dependency?Kamil DolegÅo
12/07/2019, 3:44 PMexternalDocumentationLink
sJoffrey
12/09/2019, 10:28 AMexternalDocumentationLink
s for local subprojects dependencies? It seems to me that this will be necessary in most projects having cross-module dependencies, and I don't see why it could be a problem to have them configured by default. Would there be any issue with that (apart from implementation time ofc)?