You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now instead of creating your own class which extends `AdapterDelegate<T>` and implement the `onCreateViewHolder` and `onBindViewHolder` you can use the following Kotlin DSL to write the same `CatListItemAdapterDelegate` shown in the example above:
@@ -295,7 +295,7 @@ fun catAdapterDelegate() = adapterDelegate<Cat, Animal> {
295
295
There is an additional artifact for the pagination library:
0 commit comments