I move my library to `explicitApi()` ... Is there ...
# intellij
s
I move my library to
explicitApi()
... Is there a way to apply this quick fix to all findings?
2
s
Bit of a workaround, but if you actually turn explicit API mode off, you can do "Run inspection by name" -> "Public API declaration with implicit return type". In the inspection results view, you can select multiple files and quick-fix them all at once, unlike in the regular "Problems" view which only seems to let you select and fix one thing at a time.
thank you color 1
👍 1
For some reason, the inspection doesn't work when explicit API mode is on, though 🤔. I guess it's superseded by the compiler errors/warnings.
1
s
Looks like that. Wonderful, your solution worked. Thank you! 🙂
🎉 1