Skip to content
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

Explore usage of ktargeter plugin #171

Closed
dzikoysk opened this issue Feb 27, 2023 · 1 comment
Closed

Explore usage of ktargeter plugin #171

dzikoysk opened this issue Feb 27, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@dzikoysk
Copy link
Member

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.

@dzikoysk dzikoysk added the documentation Improvements or additions to documentation label Feb 27, 2023
@dzikoysk dzikoysk pinned this issue Feb 27, 2023
@dzikoysk
Copy link
Member Author

dzikoysk commented Jun 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant