Kotlin / kotlinx-kover

Apache License 2.0
1.37k stars 53 forks source link

Fix breaking configuration cache #538

Closed shanshin closed 9 months ago

shanshin commented 9 months ago

Usage of DependencyResolutionListener is incompatible with the configuration cache, therefore, a quick solution is to remove the listener. In the future, checking for apply of the Kover Gradle Plugin in dependencies must be done in a different way. See #537

Fixes #513