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
I was thinking about our @AndroidJsonized annotation and how to reuse the effort to generate the same thing (JSON models) for iOS/swift. Short of building a whole transpiler for Xtend to Swift, I decided to leverage the class CodeGenerationParticipant (4th phase) for this purpose.
I plan on not doing it directly from the Xtendroid project, but from a different project extending Xtendroid from a gradle point of view; this requires some settings.gradle and compile(':Xtendroid') magic, and plain ol' java inheritance.
Ideas? Comments?
The text was updated successfully, but these errors were encountered:
Hi,
I was thinking about our
@AndroidJsonized
annotation and how to reuse the effort to generate the same thing (JSON models) for iOS/swift. Short of building a whole transpiler for Xtend to Swift, I decided to leverage the classCodeGenerationParticipant
(4th phase) for this purpose.I plan on not doing it directly from the Xtendroid project, but from a different project extending Xtendroid from a gradle point of view; this requires some
settings.gradle
andcompile(':Xtendroid')
magic, and plain ol' java inheritance.Ideas? Comments?
The text was updated successfully, but these errors were encountered: