Is there a better way to suppress warnings about u...
# announcements
e
Is there a better way to suppress warnings about unused parameters in callbacks than there was in the answer to this 2015 Stack Overflow question? https://stackoverflow.com/questions/29046636/mark-unused-parameters-in-kotlin/29046925
t
if its a lamda you can use _ otherwise I don't know of another way
2