Skip to content

Commit

Permalink
Fixed offline instrumentation of jar files
Browse files Browse the repository at this point in the history
Due to the fact that the order of class-files in jar is unstable, in some cases the annotation exclusion may not work for nested lambdas.

Fixes #709
  • Loading branch information
shanshin committed Dec 12, 2024
1 parent 66cf68e commit b69d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

intellij-coverage = "1.0.762"
intellij-coverage = "1.0.765"
junit = "5.9.0"
kotlinx-bcv = "0.13.2"
kotlinx-dokka = "1.8.10"
Expand Down

0 comments on commit b69d396

Please sign in to comment.