https://kotlinlang.org logo
m

Marcin Wisniowski

08/22/2017, 10:34 PM
How can I divide the layout builder into methods? Let's say I have a
createLabel()
method, and I am doing
root = vbox { style {/**/} createLabel() }
That doesn't add the label, what am I doing wrong?