is there any tool to translate lombok-java into kotlin ?
s
snowe
07/14/2018, 4:36 PM
you can get very close by using the built in intellij convert. Then removing the annotation. That's how we converted several hundred lombok classes to kotlin a few years ago.
n
Nikky
07/14/2018, 7:05 PM
thats what i ended up doing, the generated hashcode and equals functions are a pain though