refactor: migrate BuildConfig to Gradle build files

This commit is contained in:
andrekir 2024-01-10 18:52:05 -03:00
parent 5967417c8b
commit 18ac27a75c
2 changed files with 1 additions and 1 deletions

View file

@ -87,6 +87,7 @@ android {
viewBinding true
compose true
aidl true
buildConfig true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.8"