summaryrefslogtreecommitdiffhomepage
path: root/android/lib/endpoint
diff options
context:
space:
mode:
Diffstat (limited to 'android/lib/endpoint')
-rw-r--r--android/lib/endpoint/build.gradle.kts3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/lib/endpoint/build.gradle.kts b/android/lib/endpoint/build.gradle.kts
index f46c70c7d7..0bf140b743 100644
--- a/android/lib/endpoint/build.gradle.kts
+++ b/android/lib/endpoint/build.gradle.kts
@@ -22,6 +22,9 @@ android {
abortOnError = true
warningsAsErrors = true
}
+ buildFeatures {
+ buildConfig = true
+ }
}
dependencies { implementation(Dependencies.Kotlin.stdlib) }