79114180

Date: 2024-10-22 13:05:49
Score: 0.5
Natty:
Report link

You should have viewBinding inside buildFeature which nested inside android.

android {
    ...
    buildFeatures {
        viewBinding true
    }
}

For more detail you can visit this Official documentation link

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: General Tony