diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index be0acc5b25..325dd2b041 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -213,7 +213,8 @@ dependencygraph = { id = "com.savvasdalkitsis.module-dependency-graph", version. dependencycheck = { id = "org.owasp.dependencycheck", version.ref = "dependencycheck" } dependencyanalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyanalysis" } paparazzi = "app.cash.paparazzi:1.3.1" -kover = "org.jetbrains.kotlinx.kover:0.7.4" +# Stick to 0.7.3, there is an issue with 0.7.4, see https://github.com/Kotlin/kotlinx-kover/issues/478#issuecomment-1805306963 +kover = "org.jetbrains.kotlinx.kover:0.7.3" sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" } # Version '4.3.1.3277' introduced some regressions in CI time (more than 2x slower), so make sure