My approach so far was : 1. Create an equivalent j...
# announcements
j
My approach so far was : 1. Create an equivalent java class (fields declaration should be enough) , 2. Generate equals hashcode , 3. Transform to kotlin file
b
why? 😄 you can generate the equals hashcode methods in kotling too
j
Didn't work for me but maybe i assumed it for all classes because it didn't work in data classes