using buidfeatures to enable viewbinding

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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}