Does anyone know if it's possible to configure the...
# announcements
s
Does anyone know if it's possible to configure the Jacoco code coverage tool to be more suitable for Kotlin? I get a lot of "missed instructions" and "missed branches" on the generated methods for data classes, since I don't use a lot of them (like
component1
, etc)