As title.
I created a project through a template like single-module-addon template, and i want create other module in this project. How can i do it with jmix studio method?
As title.
I created a project through a template like single-module-addon template, and i want create other module in this project. How can i do it with jmix studio method?
Jmix Studio does not support arbitrary project structure yet.
You can create modules and corresponding Gradle build files manually, and Studio will try to recognize your entities, screens and other project elements. But something can work incorrectly, like creating a screen for an entity.
We are working on implementing support for multi-module project, most probably it will be part of the next feature release.
Regards,
Konstantin
Thanks for your reply.