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
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 generatejava 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.
Currently we only support
Java
as a generation language. However, due to theassertj-generator
operating onTypeToken<>
rather than actual source files, we can generatejava
code from any compiledjvm
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 theJava
plugin to function, but most JVM languages do today as they use theSourceSet
mechanisms.Duplicated from #48 to cover groovy.
The text was updated successfully, but these errors were encountered: