The other minor annoyance with Kotlin coverage is ...
# android
a
The other minor annoyance with Kotlin coverage is that
data
classes skew results a bit - they generate bytecode that I don't want or use (e.g.
equals
and
hashcode
when I only want
copy
)