Closed arospatricio closed 5 years ago
i found the issue, its because the 5.1.x version uses androidx. tried the 5.0.x and the problem was solved. Thanks anyways :) . The merger conflict its because androidx tried to implement the same libraries/packages (Sorry i'm new at android development and dont know the proper definition) and the program fails, ill stay with the 5.0.x because i think that the android studio refactor will ruin my project.
Hello, im trying to implement this in a project and get the error:
i've tried in a new project with a 4.4 kitkat api and 5, the same error appears. My project uses a 4.4 kitkat api and this is the build.gradlle.
Hope you can help me, i'm exhausted trying to create a selectableadapter for a recyclerview.