Hi,
I am a former flashbuilder user that been trying out IDEA.
I really like it. But I have question regarding modules and how to share code and assets between modules.
I have a project that I would would like to export for both air mobile and web.
This is how the folder structure looks like, before setting up IDEA. (used in fb)
- main folder
- Base (base is used by both mobile and web version)
- scr
- assets (images, fonts etc. not swc)
- lib (swc)
- Mobile (needs to use , scr, assets and swc from base)
- scr
- Web (needs to use , scr, assets and swc from base)
- scr
Wich is the best way to setup a IDEA project with modules?