Jasin Colegrove
addparagraph("") it requires the {}
Youssef Shoaib [MOD]
inline fun Document.addParagraph(title: String, block: Paragraph.() -> Unit = {}) { add(Paragraph(title).apply(block)) }
A modern programming language that makes developers happier.