I have enabled view binding in my build.gradle file:
android { ... buildFeatures { viewBinding true } }