nowinandroid
nowinandroid copied to clipboard
Update ktlint and spotless
Manual fix for #259
Ktlint can be updated to 0.45.1 without issue, but when using next version 0.46.0 we get the error:
Execution failed for task ':feature:foryou:spotlessKotlin'.
> com/pinterest/ktlint/core/KtLint$Params
With ktlint on 0.45.1, updating Spotless to 6.8.0 gives the following warning as an error:
UserData contains properties [android]. However, userData is deprecated and will be removed in a future version. Please create an issue that shows how this field is actively used.
Redone in #423