romainbsl
11/08/2017, 3:03 PMprivate SimpleLongProperty id = bindGetter(RuleSet::getId, false, false);
I end up with an error message saying that `bindGetter`method has private access in tornado.ItemViewModel
. In the kotlin code I never saw private modifier on those method, so I don't understand what's happening here. Any ideas ?