We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8bb10 commit 66e48c7Copy full SHA for 66e48c7
1 file changed
library/build.gradle.kts
@@ -61,8 +61,7 @@ buildkonfig {
61
62
buildConfigField(
63
FieldSpec.Type.STRING,
64
- "MDL_API_KEY",
65
- "\"" + (System.getenv("MDL_API_KEY") ?: localProperties["mdl.key"]) + "\""
+ "MDL_API_KEY", (System.getenv("MDL_API_KEY") ?: localProperties["mdl.key"]).toString()
66
)
67
}
68
0 commit comments