Development

The Newton system can be developed using the IntelliJ IDE. The Newton project can be added to IntelliJ either via the command line or using the import wizard. To get started please follow the instructions outlined below.

Via the Command Line

  1. Download and install IntelliJ.
  2. Run the following commands from a command prompt or terminal.
gradlew cleanIdea idea
  1. Open IntelliJ and select the open option.
  2. Select the location of the Newton repository.

Via the import wizard

  1. Download and install IntelliJ.
  2. Open IntelliJ and select the “Import Project” option.
  3. Select the location of the Newton repository.
  4. Newtons build system is based on Gradle, so select the Gradle external model option.
  5. Select the “Auto-import” option.
  6. Deselect the “create separate modules per resource set option”.
  7. Select finish.