fornewid / neumorphism

Try to Neumorphism in Android (Just experimental!! 🧪)
https://medium.com/@fornewid/neumorphism-in-android-9cf15e2122dc
Apache License 2.0
969 stars 155 forks source link

Unresolved reference: databinding, now i try to run sample... #85

Closed Vincent170608 closed 2 years ago

Vincent170608 commented 2 years ago

i am using android studio 3.5.2. i try to test the giving sample, but it can not resolved reference: databinding, such as databinding i want to konw what's wrong in my project.

MasaYanagida commented 2 years ago

Hi. Have you added viewBinding option to build.gradle?

android {
  viewBinding {
    enabled = true
  }
}
fornewid commented 2 years ago

This is not a library issue. Please check the official android developer documents.