build: aggregate Kover coverage for SonarQube import

- Apply Kover (Apache-2.0, build-time only) to the KMP/JVM modules and aggregate at the root
- include amethyst playDebug in the aggregated Kover coverage
This commit is contained in:
davotoula
2026-07-11 15:37:40 +01:00
parent b8570797fe
commit dca345212b
12 changed files with 83 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
alias(libs.plugins.jetbrainsKotlinJvm)
application
alias(libs.plugins.kotlinxKover)
}
kotlin {