-
Notifications
You must be signed in to change notification settings - Fork 510
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
Kotlin 1.4 breaks ktlint api: java.lang.NoSuchFieldError: FUN_KEYWORD #771
Comments
I forked the repo and yes, definitely the problem is the field |
@stephanenicolas hi, thanks for the report and for digging in to root cause. Yes, we will update to support 1.4, likely once it's been officially released. |
@shashachu I understand that other aspects of the plugin and its maintenance also require work. Nonetheless, we cannot test our build and prepare our own migration due to this bug and I guess we're not the only ones. Is there a way this issue could be prioritized so that we could test other aspects of our builds ?Ideally we would be early adopters of kotlin 1.4 which is already in M2 stage. |
@stephanenicolas when you have a chance, can you just add a little more detail about your setup and how you're running your tests? Thanks! |
As one of the things that should address this - we are planning to start publishing snapshots that will use kotlin-in-development versions. |
Kotlin 1.4.0 has been released: https://github.com/JetBrains/kotlin/releases/tag/v1.4.0 |
This should be folded into #830 to de-dupe issues |
yep, please track this in #830 (there's already a |
Using kotlin 1.4 M2,
I got these errors in a test:
and
More generally speaking, is there a plan to have ktlint working with kotlin 1.4 ?
The text was updated successfully, but these errors were encountered: