Skip to content

How to clone the project and get it running

Giuseppe Barbieri edited this page Oct 4, 2017 · 1 revision

Steps:

  • copy the git link in the upper right corner

  • open Intellij Idea, click Check out from version control or File -> New -> Project from Version Control -> Git and past the link you copied:

  • at the end of the process, you will be ask if open it, choose yes

  • then untick Create separate module per souce set and make sure Use default Gradle wrapper is selected:

  • gradle will grab all the dependencies for you and you will be good to go!
Clone this wiki locally