@voddan doesn’t work for me, classes from the different modules aren’t resolving with the default dokka configuration, but they are resolving inside the same module completely fine.
I’m using gradle dokka plugin with simple config like the following:
dokka {
outputFormat = 'html'
outputDirectory = "$buildDir/doc"
sourceDirs = files('src')
}