Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 422 Bytes

SpotifyKt

A Spotify client written in Kotlin with a Clean Architecture. It uses Compose, Hilt, Coroutines and Retrofit.

Getting Started

It's necessary add your Spotify's client and secret in your gradle.properties:

spotifyClient=YOUR_CLIENT
spotifySecret=YOUR_SECRET

Gradle tasks

./gradlew detektAll //Code analysis.
./gradlew dependencyUpdates -Drevision=release //Check dependency updates.