Improve Kover setup by using only convention plugins (#6213)

* Improve Kover setup using convention plugins.
* Add a new JVM library convention plugin with Kover support
This commit is contained in:
Jorge Martin Espinosa 2026-03-16 15:41:07 +01:00 committed by GitHub
parent 3814085837
commit 949a12f3d2
11 changed files with 92 additions and 80 deletions

View file

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