Simon Kågedal Reimer
09/19/2020, 7:22 PMfun myCallback(@Suppress("UNUSED_PARAMETER") someValue: Int) { }
Simon Kågedal Reimer
09/19/2020, 7:23 PM_
in a lambda...Nir
09/20/2020, 12:53 AMNir
09/20/2020, 12:53 AMSimon Kågedal Reimer
09/20/2020, 7:07 AM_
in this situation.
I now did this simple thing:
fun Any.ignore() {}
Thanks for the suggestion!