Every time I build I get a bunch of these types of warnings:
Parameter 'w' is never used, could be renamed to _
Is there a way to auto fix all of these kotlin warnings? I know in android-lint you can select a group of issues and hit the fix button all in one shot.
r
randomcat
12/18/2020, 12:39 AM
there may be an inspection fix in intellij; if there is, I believe you can run "analyze", select the group, then have it fix all of them at once
randomcat
12/18/2020, 12:39 AM
I haven't done that in a while though, so I may have some of the details wrong
c
Colton Idle
12/18/2020, 12:42 AM
I tried doing this but it didn't work. I didn't see those warnings in there.