Kotlin / kotlinx-kover

Apache License 2.0
1.27k stars 47 forks source link

Fix breaking configuration cache #538

Closed shanshin closed 3 months ago

shanshin commented 3 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