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 817ffd7 commit 37cf7a8Copy full SHA for 37cf7a8
app/build.gradle.kts
@@ -137,8 +137,8 @@ ksp {
137
arg("lyricist.packageName", "com.mr3y.podcaster")
138
}
139
140
-fun getValueOfKey(key: String) {
141
- if (System.getenv("CI").toBoolean()) {
+fun getValueOfKey(key: String): String {
+ return if (System.getenv("CI").toBoolean()) {
142
System.getenv(key)
143
} else {
144
val properties = Properties()
0 commit comments