-
Notifications
You must be signed in to change notification settings - Fork 459
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
Incompatibility with Kotlin 2.1.0 #2349
Comments
I can add a different one:
|
yep, I have the same error. even 7.0.0.BETA4 does not work |
@jochenberger indeed, I was using 6.25.0 version of Gradle spotless plugin, it has 1.1.x reference of ktlint. I bumped spotless 7.0.0.BETA4 and used |
@jochenberger can confirm it works. thanks |
Running
./gradlew :spotlessApply --stacktrace
using Spotless plugin6.25.0
and Kotlin2.1.0
given the following configurationResults in the following stacktrace:
When running against Kotlin
2.0.21
everything works as expected.I noticed a specific class is mentioned before the error occurs. Not sure it is relevant but to be complete, this is the class:
The text was updated successfully, but these errors were encountered: