I don't want this suggestion. I can do by top of file, but there are more than 200 file, is there any way to disable this particular warning from entire project?
Warning: Name shadowed
Code:
@file:Suppress("NAME_SHADOWING")
I don't want this suggestion. I can do by top of file, but there are more than 200 file, is there any way to disable this particular warning from entire project?
Warning: Name shadowed
Code:
@file:Suppress("NAME_SHADOWING")