-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Consider support kotlin #1416
Comments
FYI Kotlin still has some Issues with annotation processing so it's too early for having some cool lombok features. https://stackoverflow.com/questions/35517325/kotlin-doesnt-see-java-lombok-accessors Moreover it will not work on the same module: https://discuss.kotlinlang.org/t/kotlin-java-lombok-interop/1442 but the good news is that you can recue something with kapt see #1169 |
Hi is there any updates? thanks! |
@fzyzcjy I don't even know what this issue is asking, so, I have no idea. But probably no updates now nor in the foreseeable future, whatever this is asking. (It may be asking: I want to annotate things in my kotlin code and get lombok to generate kotlin code for me! - which is unlikely to ever happen. Or it is asking: When kotlinc is in mixed mode, compiling java files in addition to kotlin files in intermix mode, I want lombok to work on the java source files at least. Which it just will, out of the box, if kotlinc does not break annotation processor invocations, but it does, or at least, it did, in 2017. Any updates? I dunno. You're on the bug list, file something over at kotlin's bug tracker I think). Or it means something even more exotic. I'm pretty sure all roads lead to: No. |
@rzwitserloot thanks for the reply!
Personally I am asking this. Well ok... then may need to find some workarounds |
@fzyzcjy Assuming kotlinc still doesn't fire annotation processors properly, possibly file a bug (it's on them to fix that, I can't make that happen for them short of forking |
@rzwitserloot Thank you! |
No description provided.
The text was updated successfully, but these errors were encountered: