Join Slack
Powered by
The other minor annoyance with Kotlin coverage is ...
# android
a
andrewoma
04/07/2016, 3:53 AM
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
)
2
Views
Open in Slack
Previous
Next