This is a template repository for Kotlin-based projects at Norad.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
All dependencies are declared in the build file.
To run the tests and build the project, run one of the following commands in the root directory of the project
For Linux-based systems
$ ./gradlew build
For Windows
$ gradlew.bat build
Please read our code of conduct.
All contributions - pull requests or issues - are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.