binding-collection-adapter icon indicating copy to clipboard operation
binding-collection-adapter copied to clipboard

Migration from 1.3.0 to 2.2.0

Open Prusinowsky opened this issue 3 years ago • 2 comments

I've change the version of me.tatarka.bindingcollectionadapter:bindingcollectionadapter:1.3.0 to me.tatarka.bindingcollectionadapter2:bindingcollectionadapter:2.2.0.

But actually I got a errors like:

:app:compileDebugJavaWithJavacC:\Projects\xxx\adapter\CustomBindingEvenRowAdapter.java:5: error: cannot find symbol
import me.tatarka.bindingcollectionadapter2.BR;
                                           ^
  symbol:   class BR
  location: package me.tatarka.bindingcollectionadapter2

Could someone help me with migartion?

Prusinowsky avatar Jan 27 '22 15:01 Prusinowsky

I've got a error too:

Execution failed for task ':app:compileDebugJavaWithJavac'.
> java.lang.NoSuchMethodError: android.databinding.BindingBuildInfo.enableDebugLogs()Z

I use classpath 'com.android.tools.build:gradle:2.2.3'

Prusinowsky avatar Jan 27 '22 15:01 Prusinowsky

@evant

Prusinowsky avatar Feb 01 '22 06:02 Prusinowsky