Best way to add Gradle support to IntelliJ Project

前端 未结 7 1113
梦如初夏
梦如初夏 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:03

    Another way, simpler.

    Add your

    build.gradle
    

    file to the root of your project. Close the project. Manually remove *.iml file. Then choose "Import Project...", navigate to your project directory, select the build.gradle file and click OK.

提交回复
热议问题