tyb51
Results
1
comments of
tyb51
I currently fixed it by creating a custom: `class BindingAwareReversableObservableMapProperty(viewModel: ViewModel, name: String?) : ReversableObservableMap(viewModel, name) {` and `inline fun V.bindReversableMap(property: KProperty1, autocommit: Boolean = false, forceObjectProperty: Boolean = false,...