We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4f701e + 6347d4c commit 5c691baCopy full SHA for 5c691ba
2 files changed
app/build.gradle.kts
@@ -36,6 +36,9 @@ android {
36
}
37
38
namespace = "ru.hepolise.volumekeytrackcontrolmodule"
39
+ buildFeatures {
40
+ buildConfig = true
41
+ }
42
43
44
dependencies {
gradle.properties
@@ -21,5 +21,4 @@ kotlin.code.style=official
21
# resources declared in the library itself and none from the library's dependencies,
22
# thereby reducing the size of the R class for that library
23
android.nonTransitiveRClass=true
24
-android.defaults.buildfeatures.buildconfig=true
25
android.nonFinalResIds=false
0 commit comments