Employee management app that that uses the Planday API as a backend
Obtain the refresh token and client id and put them in your local gradle.properties file:
Windows:
C:\Users\YOUR-USERNAME\.gradle\gradle.properties
Mac:
Users/YOUR-USERNAME/.gradle/gradle.properties
...
PLANDAY_CLIENT_ID="YOUR-CLIENT_ID-HERE"
PLANDAY_REFRESH_TOKEN="YOUR-REFRESH_TOKEN-HERE"
Please check the file Dependencies.kt