Kotlin / kotlinx-kover

Apache License 2.0
1.25k stars 46 forks source link

Use compile dependency to Kover Features in Kover Gradle Plugin #567

Closed shanshin closed 1 month ago

shanshin commented 2 months ago

Since the version of the aggregator and report generator has been enshrined in the Kover Gradle Plugin for a long time, it makes no sense to use dynamic classpath of and classloader isolations in Gradle Workers.

We can use Kover Features as a compile dependency and use its API.

Steps

This change can also eliminate the error with access to Freemarker template inside Gradle Worker, and simplify the implementation of warn on verification error.

shanshin commented 1 month ago

Implemented in 0.8.0-Beta2