Skip to content

Commit b69d396

Browse files
committed
Fixed offline instrumentation of jar files
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
1 parent 66cf68e commit b69d396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22

3-
intellij-coverage = "1.0.762"
3+
intellij-coverage = "1.0.765"
44
junit = "5.9.0"
55
kotlinx-bcv = "0.13.2"
66
kotlinx-dokka = "1.8.10"

0 commit comments

Comments
 (0)