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 2a24f0a commit adb2a03Copy full SHA for adb2a03
src/commonTest/kotlin/com.adamratzman/spotify/Common.kt
@@ -13,6 +13,8 @@ val api = when {
13
}.build()
14
}
15
else -> {
16
+ println("CLIENT ID: ${getEnvironmentVariable("clientId")}")
17
+ println("CLIENT SECRET: ${getEnvironmentVariable("clientSecret")}")
18
spotifyClientApi {
19
credentials {
20
clientId = getEnvironmentVariable("clientId")
0 commit comments