Has anyone implemented a good workaround for
https://github.com/Kotlin/dokka/issues/2272 that doesn't involve flattening the entire project? We're looking into enabling dokka on our internal android monorepo to better surface docs, but we leverage project nesting pretty heavily and the result with Dokka is pretty unhelpful 😅. For example in the screenshot – we have a lot of subprojects that split out into `
some featureapi`/`
some featureimpl` projects for build perf