mikepenz / FastAdapter

The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
https://mikepenz.dev
Apache License 2.0
3.83k stars 492 forks source link

could not resolve FastItemAdapter , FooterAdapter, ProgressItem #1050

Closed balwinderSingh1989 closed 10 months ago

balwinderSingh1989 commented 11 months ago

implementation('com.mikepenz:fastadapter:1.6.0@aar') { transitive = true } implementation 'com.mikepenz:fastadapter-extensions:1.6.1@aar'

I tried upgrading to latest version as well. 

Could you please share which version i should be using here.
mikepenz commented 11 months ago

The ProgressItem is part of the extensions-ui module: https://github.com/mikepenz/FastAdapter/blob/develop/fastadapter-extensions-ui/src/main/java/com/mikepenz/fastadapter/ui/items/ProgressItem.kt

While the FastItemAdapter is part of the extensions-utils module: https://github.com/mikepenz/FastAdapter/blob/develop/fastadapter-extensions-utils/src/main/java/com/mikepenz/fastadapter/adapters/FastItemAdapter.kt

mikepenz commented 11 months ago

Please let me know if this did resolve your problem

mikepenz commented 10 months ago

Closing due to inactivity