Don't apply Kover to projects with AAR libraries (#2211)

* Don't apply Kover to projects with AAR libraries

* Move the Kover configuration to the `plugins` project
This commit is contained in:
Jorge Martin Espinosa 2024-01-11 21:16:31 +01:00 committed by GitHub
parent d76ee23514
commit e859b58f09
7 changed files with 248 additions and 203 deletions

View file

@ -0,0 +1,7 @@
import extension.applyKoverPluginToAllSubProjects
plugins {
id("org.jetbrains.kotlinx.kover") apply false
}
applyKoverPluginToAllSubProjects()