Is there a way to use Kotlin's invoke operator wit...
# android
s
Is there a way to use Kotlin's invoke operator with Data Binding in Android's XML without
invoke()
? So I can avoid using
invoke()
word with
app:someBindingAdapter="@{viewModel.someInvokeFunction.invoke()}"
.
😶 1