Skip to content

Instantly share code, notes, and snippets.

@Nilzor
Created June 16, 2021 13:58
Show Gist options
  • Save Nilzor/d8bf302f2b5b3bb315098891fe2b84b4 to your computer and use it in GitHub Desktop.
Save Nilzor/d8bf302f2b5b3bb315098891fe2b84b4 to your computer and use it in GitHub Desktop.
Attempt at bindingconverter
@BindingConversion
@JvmStatic
fun konverto1(action: (() -> Unit)?) : View.OnClickListener? {
return View.OnClickListener { action?.invoke() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment