dgs-codegen
dgs-codegen copied to clipboard
How to generate data class with "no arg constructor" and setter? (or a data class with builder)
Hi, I have a data class with many data fields. I couldn't find how to configure to get a "no arg constructor" so I can set a few data fields that I'm interested later. Builder is also good.