We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
viewBinding { enable = true }
1 parent ae9a374 commit 62e6895Copy full SHA for 62e6895
1 file changed
app/build.gradle.kts
@@ -47,10 +47,6 @@ android {
47
includeInBundle = false
48
}
49
50
- viewBinding {
51
- enable = true
52
- }
53
-
54
signingConfigs {
55
// We just use SIGNING_KEY_ALIAS here since it won't change
56
// so won't kill the configuration cache.
@@ -161,6 +157,7 @@ android {
161
157
buildFeatures {
162
158
buildConfig = true
163
159
resValues = true
160
+ viewBinding = true
164
165
166
packaging {
0 commit comments