Kover 7.x, which was originally configured in build scripts (that came from the config Git module) was downgraded to an earlier version of Kover 6.1 for the purposes of being compatible with the version of Gradle 6.9, which is used by the build.
The respective 7.x-specific configuration was commented out and needs to be revived to work with the current version of Kover 6.1. see the jvm-module.gradle.kts that has the respective kover/koverReport declarations commented out currently.
Kover 7.x, which was originally configured in build scripts (that came from the
configGit module) was downgraded to an earlier version of Kover 6.1 for the purposes of being compatible with the version of Gradle 6.9, which is used by the build.The respective 7.x-specific configuration was commented out and needs to be revived to work with the current version of Kover 6.1. see the
jvm-module.gradle.ktsthat has the respectivekover/koverReportdeclarations commented out currently.