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

Java support #90

Open
nbirillo opened this issue Jan 14, 2022 · 0 comments
Open

Java support #90

nbirillo opened this issue Jan 14, 2022 · 0 comments
Labels
enhancement New feature or request reflekt Tasks that connected to the limited DSL

Comments

@nbirillo
Copy link
Collaborator

Support search entities in Java files from the project and the libraries. We can use special JavaDescriptors to search the entities (only for Reflekt part, since for SmartReflekt we have to adapt all Kotlin-specific properties to Java)

In this case, we also can support the usage of the Reflekt queries in Java files, but we can not replace IR since we don't have IR in Java. To keep our approach multiplatform, we can use ReflektImpl approach -- generate ReflektImpl implementation not only for the libraries but and for the current project (only for Java queries)

@nbirillo nbirillo added enhancement New feature or request reflekt Tasks that connected to the limited DSL labels Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request reflekt Tasks that connected to the limited DSL
Projects
None yet
Development

No branches or pull requests

1 participant