evant / binding-collection-adapter

Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework
Apache License 2.0
1.92k stars 255 forks source link

gradle版本更新到4.0.0,就报类型推断错误,3.4.1没问题,依赖的是4.0.0版本的也是不行的 #208

Open pjx2019 opened 4 years ago

pjx2019 commented 4 years ago

Is this a general databinding issue or question? You are more likely to get a response from somewhere like StackOverflow.

Issue

Please be as detailed as possible and include a (formatted) stacktrace if relevant. A sample project that reproduce the problem goes a long way!

Feature Request

Please give an example use-case on why the feature is useful. Keep in mind the scope of this project is to bind data to RecyclerView/ListView/ViewPager etc, not to add additional features to those views.