Skip to content

problem in ver > 4.3.0 #109

@KORuL

Description

@KORuL

java.lang.NoSuchMethodError: No virtual method _$_findCachedViewById(I)Landroid/view/View; in class Lcom/hannesdorfmann/adapterdelegates4/dsl/AdapterDelegateLayoutContainerViewHolder; or its super classes (declaration of 'com.hannesdorfmann.adapterdelegates4.dsl.AdapterDelegateLayoutContainerViewHolder' appears in /data/data/ru.hintsolutions.diabets/code_cache/.overlay/base.apk/classes34.dex)
4.3.0 works fine, I put the version more - I get this error

in gradle I switch version
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.2'

And simple delegate dont work

fun compactFoodAdapterDelegate(
) =
    adapterDelegateLayoutContainer<CompactFood, CompactFood>(R.layout.products_fatsecret_list_item) {

        bind {
            nameProduct.setTextitem.name)
            productDetails.setText(item.description)
        }
    }

If I change to implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.0'
Its works

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions