Kamil Doległo
Kamil Doległo
The `package-list` from `projectA` has not been generated yet, that's probably why this error occurs. You should run `./gradlew dokka` or `./gradlew :projectA:dokka && ./gradlew :projectB:dokka` if you wanted to...
Hi there, I've made a basic example of a multiproject generation for classic Kotlin code. It also works for Android projects but because there is no "compileKotlin" task in those,...
Unfortunately not, there is however a multimodule example there, created by @sellmair, just not for Android specifically but that shouldn't be an issue
I believe that 1.4.10 migrated to Gradle properties, which should fix this issue
`convention()` method returns a `Property` though. `Provider` is read-only AFAIK so it won't do. I'm fairly confident this will work as expected, Gradle properties are lazily evaluated, so at any...
This will hopefully be fixed with new html format and/or plugin overrides in 0.11.0
Long story short: it's a memory leak (mostly) caused by kotlinx.coroutines https://github.com/Kotlin/kotlinx.coroutines/issues/2558 Dokka `1.4.30` will (partially) fix this. There's actually nothing more we can do apart from force-closing dispatchers right...
Nope, I've forgot to do the grooming, sorry
Haven't got time to check that yet, but are you sure that this is not a problem on your side? The fragment > 'moshi-metadata-reflect:javadocsJar' uses this output of task ':moshi-adapters:dokkaHtml'...
That's an unsupported feature unfortunately. Dokka documents source code only as translated to Kotlin or translated to Java