Using kotlin Poet, is it possible to write: ```wha...
# squarelibraries
l
Using kotlin Poet, is it possible to write:
Copy code
whaever?.let {
 // whatever
}, // <- the comma!
Basically, just a comma after invoking
endControlFlow()
?