Dokka resolves native dependencies for ignored targets
Describe the bug Consider we have multiplatform library which has linux, mingw and macOs targets and depends on the library with the same targets. Then I build it on Windows (meaning that macOs target is ignored). For some reason Dokka require the macos artifact of the dependency to be actually present (which is not always the case).
Expected behaviour Should ignore targets that are not currently being built.
Installation
- Dokka version: 1.7.0
Not confirmed and needs further investigation, but I guess the issue is in our Gradle runner somewhere, so I'll add the tag
This might be related to chained subproject dependencies: https://github.com/Kotlin/dokka/issues/3249
@SPC-code is the issue still reproducible on your side?