<@U1BSC81K9>: That's good advice. The reason we ne...
# tornadofx
e
@vach: That's good advice. The reason we need it, is because some kotlin types, like for example
KProperty1
requires it for the
call
function. We use it for some exotic corner cases involving column creation for TableViews, if you have weird properties. (For example a JavaFX property exposed as a field instead of a function like the spec dictates). These are corner cases, that's why I'm reluctant to add the dependency. The error message now is very clear, it basically says that you have to put kotlin-reflect on your classpath.