the dependency
implementation 'com.evrencoskun.library:tableview:0.8.9.2'
is no longer working. Replace with:
implementation 'com.github.evrencoskun:TableView:v0.8.9.4'
Refer to the TableView docs.