Created
June 16, 2021 13:58
-
-
Save Nilzor/d8bf302f2b5b3bb315098891fe2b84b4 to your computer and use it in GitHub Desktop.
Attempt at bindingconverter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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