Am using KotlinPoet to generate list of properties...
# squarelibraries
j
Am using KotlinPoet to generate list of properties and wondering if there's way to not have the extra newline between each one?
nope 3
z
if you care a lot about the formatting, I would suggest you post-process the generated files after with your preferred formatter
but generally you shouldn’t need to worry about formatting in generated code
h
Yeah, this also affects local declared properties in functions, which adds another newline
j
ok, thanks, sounds like it's not possible