Kotlin / kotlinx-kover

Apache License 2.0
1.25k stars 46 forks source link

Used compile dependency to Kover Features in Kover Gradle Plugin #574

Closed shanshin closed 1 month ago

shanshin commented 1 month 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.

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

Resolves #567