KAndroid
KAndroid copied to clipboard
Add names to lambda parameters
eg.
fun onTextChanged(listener: (text: CharSequence?, start: Int, before: Int, count: Int) -> Unit) { }
this should allow to better code completion in IDE