Does anyone have a Kotlin version of a task that outputs aggregated javadoc at hand?
Leon Linhart
07/25/2017, 9:06 AM
Ah I see how this was ambiguous, but this is not what I meant. I'm looking for a way to generate the aggregated javadoc of a java-multiproject that I build using Gradle with Kotlin DSL.
g
gildor
07/25/2017, 9:11 AM
You should configure task with the same way as for Groovy DSL, if you provide example of Groovy config for such task I can help with kotlin-dsl
gildor
07/25/2017, 9:22 AM
Very basic config of javadoc task will look like (port of example from official doc):