Caching should only be enabled for tasks that do heavy computations and this task does not do so.
Potentially it would be good to merge both PRs, even if caching is disabled, we should make sure that data that is used to produce an output is declared as an import.
Fixes https://github.com/Kotlin/kotlinx-kover/issues/633
Alternative solution to https://github.com/Kotlin/kotlinx-kover/pull/636
Caching should only be enabled for tasks that do heavy computations and this task does not do so.
Potentially it would be good to merge both PRs, even if caching is disabled, we should make sure that data that is used to produce an output is declared as an import.