You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's kinda annoying that we need to use use-site targets for Kotlin entities to enforce compiler to properly attach those annotations in bytecode, so regular Java annotation-processor is able to discover them in compile-time phase. There's a kinda nice and promising compiler plugin that theoretically removes that requirements:
It's kinda annoying that we need to use use-site targets for Kotlin entities to enforce compiler to properly attach those annotations in bytecode, so regular Java annotation-processor is able to discover them in compile-time phase. There's a kinda nice and promising compiler plugin that theoretically removes that requirements:
It might be a good idea to experiment a little bit with it to see if it solves that issue. If so, we could recommend it to Kotlin users.
The text was updated successfully, but these errors were encountered: