I want to add groupie dependency but it gives me the following error after syncing.
And when I try to run my program it gives me this error.
these are my dependencies in build.gradle file:
// groupie for managing complex recycler view adapter
implementation 'com.xwray:groupie:2.9.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.afollestad.material-dialogs:core:0.9.4.5'