Best way to add Gradle support to IntelliJ Project

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

    Just as a future reference, if you already have a Maven project all you need to do is doing a gradle init in your project directory which will generates build.gradle and other dependencies, then do a gradle build in the same directory.

提交回复
热议问题