Skip to content

Commit

Permalink
chore: detekt가 apiKey를 불러올 때 null check 무시
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Jan 2, 2024
1 parent 846ade5 commit d4e1d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {
implementation(libs.timber)
}

@Suppress
fun getApiKey(propertyKey: String): String {
return gradleLocalProperties(rootDir).getProperty(propertyKey)
}

0 comments on commit d4e1d00

Please sign in to comment.