# Module: Common This module contain common code that could be used between the three others modules of the application. It implements some errors or some useful functionalities and structure to avoid redefining them in all the modules and making debugging easier by only modifying a single file to fix the corresponding issue everywhere. ## Build This project is built automatically when building the others modules. However, you can still build it manually with the following command : ```shell ./gradlew build ```