-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle plugin 6.25.0 incompatible with ktfmt 0.51 #2171
Labels
Comments
Not sure if this should be fixed in Spotless or in ktfmt; I also filed facebook/ktfmt#483 on the ktfmt side. |
Hi, thanks for the fix. Are there any plans to release Spotless Gradle plugin that includes this change soon? |
Bumping this -- any chance of getting a |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ktfmt 0.51 added two arguments to its
FormattingOptions
class without default values, which causes Spotless to throw an exception because it expects to find a no-arg constructor.Spotless config:
Stack trace:
The text was updated successfully, but these errors were encountered: