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:
parent
d76ee23514
commit
e859b58f09
7 changed files with 248 additions and 203 deletions
|
|
@ -0,0 +1,7 @@
|
|||
import extension.applyKoverPluginToAllSubProjects
|
||||
|
||||
plugins {
|
||||
id("org.jetbrains.kotlinx.kover") apply false
|
||||
}
|
||||
|
||||
applyKoverPluginToAllSubProjects()
|
||||
Loading…
Add table
Add a link
Reference in a new issue