block. However, the doc gets generated in a subfolder with a name similarish to my project name.
For instance, if my project name is MySDK, it generates the following subfolder:
build\dokka\*-my-s-d-k*.
Is there a way to customize (or even skip) that subfolder?
m
msink
01/30/2020, 2:28 PM
For me
moduleName = ""
fixed that some time ago, not sure if this trick works now.