Zach Klippenstein (he/him) [MOD]
05/05/2020, 8:07 PMdokka
task created by the plugin requires jars to be assembled, however it does not actually seem to configure the gradle dependency graph correctly because if I run dokka
after a clean
I get errors about jars not being found for depended-on modules. I’m using dokka 0.10.0 with gradle 6.3 on a multi-module project. Is it expected to have to configure these dependencies manually?Casey Brooks
05/05/2020, 8:14 PMassemble
tasks of all its dependent projects, so that might be a bugZach Klippenstein (he/him) [MOD]
05/05/2020, 8:17 PMZach Klippenstein (he/him) [MOD]
05/05/2020, 8:21 PM