-
Notifications
You must be signed in to change notification settings - Fork 165
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
Error with kotlin 2.0.1 #809
Comments
This might be about Kotlin 2.1.0, not 2.0.1. |
This error has been fixed in ktlint lib version 1.4.0, but this plugin is using an slightly older version of the lib. In build.gradle.kts we can configure the plugin to use the most recent version of ktlint.
That should fix the error for now. |
A PR updating the default Ktlint version would be appreciated and accepted with a simple unit test and a CHANGELOG entry |
I hope this PR is what you were looking for: #818 |
Hi, I'm getting an error when executing the ktlintCheck task. The error is:
I found that this keyword was removed in the most recent versions of the Kotlin compiler. Is the current version of ktlint aware of this?
Thanks!
The text was updated successfully, but these errors were encountered: