Every time I build I get a bunch of these types of warnings: `Parameter 'w' is never used, could be...
c
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
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
I haven't done that in a while though, so I may have some of the details wrong
c
I tried doing this but it didn't work. I didn't see those warnings in there.
r
hm, then I don't know, sorry
👍 1
a
It's not supported, sadly. Please vote for https://youtrack.jetbrains.com/issue/KT-23463. Compiler warnings can only be fixed one by one.
👍 1