Sync the build.gradle to get all the dependencies for execute the application.
Is necessary get an API KEY from Open Weather API to execute the app.
Once the API KEY is ready, please add in the next file -> myweather/utils/Constants.kt
const val API_KEY = "ADD HERE"