dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Dokka resolves native dependencies for ignored targets

Open altavir opened this issue 3 years ago • 3 comments

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

altavir avatar Aug 02 '22 07:08 altavir

Not confirmed and needs further investigation, but I guess the issue is in our Gradle runner somewhere, so I'll add the tag

IgnatBeresnev avatar Mar 08 '23 02:03 IgnatBeresnev

This might be related to chained subproject dependencies: https://github.com/Kotlin/dokka/issues/3249

adam-enko avatar Aug 28 '24 07:08 adam-enko

@SPC-code is the issue still reproducible on your side?

whyoleg avatar May 09 '25 11:05 whyoleg