Best way to add Gradle support to IntelliJ Project

前端 未结 7 1109
梦如初夏
梦如初夏 2020-11-28 18:27

I have looked around quite a bit and haven\'t found the best solution to convert an existing IntelliJ project to Gradle. I work in a team environment and we currently share

相关标签:
7条回答
  • 2020-11-28 19:19

    There is no need to remove any .iml files. Follow this:

    • close the project
    • File -> Open... and choose your newly created build.gradle
    • IntelliJ will ask you whether you want:
      • Open Existing Project
      • Delete Existing Project and Import
    • Choose the second option and you are done
    0 讨论(0)
提交回复
热议问题