Arpan Konar

Results 2 issues of Arpan Konar

### Steps to reproduce * JaCoCo version: 0.8.8 * Operating system: MacOS * Tool integration: Gradle/Kotlin * Complete executable reproducer: Attached as a zip [jacocoReproducer.zip](https://github.com/jacoco/jacoco/files/8927617/jacocoReproducer.zip) #### Steps: (what exactly are...

feedback pending
reproducer required

Updated Version : v6.1.0 Previous Version: v5.4.3 Annotation processor used: kapt We have custom annotations to register deep links, they are defined like this: ``` @DeepLinkSpec(prefix = ["xyz://"]) annotation class...