Skip to content

Commit

Permalink
feat: allow build config variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
didiergarcia committed Sep 12, 2024
1 parent e3419b5 commit 9c04c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}

android.buildFeatures.buildConfig = true
}

dependencies {
Expand Down

0 comments on commit 9c04c26

Please sign in to comment.