Alex Fairley
02/14/2024, 3:07 PMval htmlString = buildString {
appendHTML().html {
// build html here
}
}
but the html file is getting to long for StringBuilder to handle and I am running out of java heap space. Aside from allocating more heap space to my process would another (stream based) approach work?Cies
03/18/2024, 1:00 PMCies
03/18/2024, 1:00 PMCies
03/18/2024, 1:02 PM