<@U78L28DMX> The property delegate generated by `v...
# tornadofx
e
@amanda.hinchman-dominguez The property delegate generated by
val rows by rowsProperty
is defined as type
Int
from Kotlin, while the
val name by nameProperty
results in a Java String. Since that's a platform type, it allows null, while the Kotlin type Int doesn't accept null.