Join Slack
Powered by
Is there a way to use Kotlin's invoke operator wit...
# android
s
Sudhir Singh Khanger
07/25/2021, 5:55 AM
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
3
Views
Open in Slack
Previous
Next