barissaglam / Movie-App

Movie App - Kotlin, MVVM
MIT License
44 stars 6 forks source link

Classes not found with custom views #1

Closed esQmo closed 4 years ago

esQmo commented 4 years ago

Hello, was trying to play with it so I added some part intomy app, but can't build as custom classes are not found. Tried with these two: barissaglam.client.movieapp.view.BaseView and barissaglam.client.movieapp.view.WrapContentViewPager from fragment_movie_detail.xml. What is weird is that everything's working great in your app but not in mine and I could solve it by removing all Databinding's references inside the layout. Can you help?