<@U10EJRH2L>: I looked at the `feature/property-de...
# tornadofx
e
@Ruckus: I looked at the
feature/property-delegation
it it all seems perfect, but I wonder if it is a mistake to deprecate the old version. Some people might prefer to expose the property as a function, because that the normal way of doing it. I don't really see a need for the property to be exposed through a function though, but there is one other caveat with it. If you define a TableView column like this
column("Name", Person::nameProperty)
- and nameProperty is a
val
instead of
fun
, it would now require
kotlin-reflect.jar
on the classpath.