sets params for the gradle daemon. 2 things:
• kotlin daemon seems to copy Xmx param only and ignoring Xms and HeapDumpOnOutOfMemoryError when I check kotlin daemon arguments at VisualVM
• I think it makes sense to set arguments separately for gradle and kotlin daemon since they do different things. I can confirm with VisualVm that kotlin daemon tends to consume less memory.