How to suppress 'unused type parameter' warning? B...
# getting-started
m
How to suppress 'unused type parameter' warning? Both
UNUSED_VARIABLE
and
UNUSED_PARAMETER
not worked.
d
Does
@Suppress("unused")
work?
m
Wow, such advice, much help! Thanks! I thought it works only in Java.
👍 1
p
When you press right arrow on the quick-fix item, it should show you the suppress options.