but it doesnt, dir doesnt exist
what am I missing?
Edit: I simply had to manually execute it.. it's not automatic as the usual per-module dokka documentation
s
Stacy
04/07/2021, 3:24 PM
@elect Can you explain what you mean by manually execute? Is this a different command to execute other than
./gradle dokkaXXX
?
e
elect
04/07/2021, 3:29 PM
no, sorry, on my one-module project the docs were kicked in automatically because I was requiring the jar in the artifacts (I guess). In my multi-module this is not the case so I have to manually execute it as you write