Skip to content

Commit

Permalink
Kover: Stick to 0.7.3, there is an issue with 0.7.4, see Kotlin/kotli…
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Nov 10, 2023
1 parent 867a456 commit 7c57c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c57c61

Please sign in to comment.