Best way to add Gradle support to IntelliJ Project

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

    In IntelliJ 2017.2.4 I just closed the project and reopened it and I got a dialog asking me if I wanted to link with build.gradle which opened up the import dialog for Gradle projects.

    No need to delete any files or add the idea plugin to build.gradle.

提交回复
热议问题