You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Plugin configuration options. You can now change the plugin behavior by setting options in the inspections settings. Currently, these two options are supported:
Don't add default values (guessed by variable type)
Do not add arguments that have default values declared
Changed
Kotlin Function Arguments Helper is now an inspection instead of a intention (because they can have options)
Quick fix is now named Add missing constructor arguments and Add missing function arguments instead of Fill (constructor|function) arguments