i have this java project which has an android version.
there is a core project that produces a jar that both the java version and the android version depend on.
so i was thinking of make a gradle project that has three (3) sub-projects: the core code, the java swing app, and the android project which has it’s own ‘app’ sub-project.
the pure java projects are eclipse projects (with gradle build scripts). the android project is an intellij project. i have poor vision and it is hard to use the initellij ide, so i want to keep the other pure java projects as eclipse projects.
the top level project will be an eclipse project.
is this a sane idea?
has anyone done this?
any pointers will be appreciated.
thanks