Hi there. I'm tyring to customize the configuration for my multiplatform project but I can't figure out based on the docs how can I configure individual platforms (
jvm
in my case). I'm using the Kotlin DSL so I don't have things like
jvm {}
<-- this leads to a compile error. What I have now:
How do I fix this?
Another problem I have is that I have a multi-module project and i'd like to generate docs for 3 subprojects (but not the root) and I can't seem to find the option to ignore the root project.
Alternatively: can you point me to the project documentation or example projects? The examples on the GitHub page are not enough to figure out how to properly configure projects (especially ones which are using the Kotlin DSL).
k
Kamil Doległo
12/23/2019, 11:27 PM
Hi! You have to register it. An example for Kotlin DSL is in the readme, we also have an example project with Kotlin DSL linked there. Basically you have to call
register(<name>) { <config> }
I’m sorry to hear that you find the documentation lacking. Could you tell me what should we add or change?
As for your second problem:
you have to configure dokka in each project separately or configure dokka once manually (set