Is there a way to annotate lambda function paramet...
# getting-started
s
Is there a way to annotate lambda function parameter. For example:
Copy code
presenter.chooseDrawable { @DrawableRes drawable: Int ->
    //....
}