When I used Eclipse it had a nice feature to generate serial version UID.
But what to do in IntelliJ?
How to choose or gen
with in the code editor, Open the class you want to create the UID for , Right click -> Generate -> SerialVersionUID. You may need to have the GenerateSerialVersionUID plugin installed for this to work.