Kotlin / kotlinx-kover

Apache License 2.0
1.37k stars 53 forks source link

Disable caching on kover artifact tasks #637

Closed remcomokveld closed 5 months ago

remcomokveld commented 5 months ago

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.