modules not being created automatically
已回答
On my original workstation, I was using IntelliJ version 2017.1.1, JDK 1.8 and Gradle version 4.10.3. I moved to a new workstation and installed IntelliJ version 2019.1, JDK 1.8 and Gradle version 5.3.
When I import a project to my new workstation, IntelliJ is not picking up the modules I had specified. I don't see .iml files for the modules in my .idea folder.
I tried invalidating my caches but that didn't seem to help. Any ideas?
Thanks, Joe
请先登录再写评论。
Do you import from build.gradle? Are there any errors in the logs?
Try to delete .idea directory and reimport.