I have an IntelliJ android project which has two dependencies as module (ActionBarSherlock and FacebookSDK). So we can see three project folders in IDE. Also, each module has several jar libraries.
Here comes a new colleague and I want to share my project to him.
I gave him my GitHub repo url and he checked out. But I realized that IntelliJ does not have any file like .sln
in Visual Studio (Just double click to open the IDE and every projects and related setups are in there). Besides, I had to create new project again to my colleague PC, import two other projects as module, add as Library, check dependency, and so on...
maven could be a solution but it sometimes ruins project setup.
Is there any simple way to make it?