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

Add support for Groovy #56

Open
Nava2 opened this issue Apr 30, 2023 · 0 comments
Open

Add support for Groovy #56

Nava2 opened this issue Apr 30, 2023 · 0 comments

Comments

@Nava2
Copy link
Collaborator

Nava2 commented Apr 30, 2023

Currently we only support Java as a generation language. However, due to the assertj-generator operating on TypeToken<> rather than actual source files, we can generate java code from any compiled jvm sources.

To do this, we need to adjust the Plugin's registration to look at other, non-Java plugins (i.e. Kotlin plugin or Groovy). It will still require the Java plugin to function, but most JVM languages do today as they use the SourceSet mechanisms.

Duplicated from #48 to cover groovy.

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

No branches or pull requests

1 participant