pawegio / KAndroid

Kotlin library for Android
Apache License 2.0
896 stars 81 forks source link

Add names to lambda parameters #61

Open igorwojda opened 5 years ago

igorwojda commented 5 years ago

eg. fun onTextChanged(listener: (text: CharSequence?, start: Int, before: Int, count: Int) -> Unit) { }

this should allow to better code completion in IDE