using buidfeatures to enable viewbinding

Solutions on MaxInterview for using buidfeatures to enable viewbinding by the best coders in the world

showing results for - "using buidfeatures to enable viewbinding"
Alexandra
15 Apr 2019
1// Android Studio 4.0
2android {
3    buildFeatures {
4        viewBinding = true
5    }
6}