/adventofcode

Advent of Code challenge

Primary LanguageKotlin

Advent of Code

Kotlin app with Advent of Code exercises.

Requirements

Build the project and run tests

It is recommended to open the project in the latest released version of Intellij IDEA (Community or Ultimate Edition), which will automatically install the appropriate version of Gradle — the required build tool for the project.

IntelliJ IDEA

Clone the repo and open the project in IntelliJ IDEA. The IDE will automatically build the project and run tests.

Gradle Wrapper

To build manually, clone the repo, change to the project root directory, and run the following command from console:

$ ./gradlew build

In Windows:

$ .\gradlew.bat build

The Gradle Wrapper is the preferred way of starting a Gradle build. The Wrapper downloads (if needed) and then invokes a specific version of Gradle declared in the build.