Skip to content

Commit

Permalink
Fix build config field issue x3
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 8, 2024
1 parent 978039e commit dbb28d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ plugins {

android {
namespace = "com.paulrybitskyi.gamedge.common.api"

buildFeatures {
buildConfig = true
}
}

dependencies {
Expand Down

0 comments on commit dbb28d3

Please sign in to comment.