We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3df77d commit 4864f59Copy full SHA for 4864f59
src/commonTest/kotlin/com.adamratzman/spotify/Common.kt
@@ -3,6 +3,8 @@ package com.adamratzman.spotify
3
4
val api = when {
5
getEnvironmentVariable("spotifyRedirectUri")?.isNotBlank() != true -> {
6
+ println("CLIENT ID: ${getEnvironmentVariable("clientId")}")
7
+ println("CLIENT SECRET: ${getEnvironmentVariable("clientSecret")}")
8
spotifyAppApi {
9
credentials {
10
clientId = getEnvironmentVariable("clientId")
0 commit comments