i am trying android WorkManager, The code is throwing error \"More than one file was found with OS independent path \'META-INF/proguard/androidx-annotations.pro
Always look first for implementations in Gradle. maybe two implementations collide with each other.. maybe you did not delete card view v7, and added androidx card view, something like that than you try other things.
I have just that situation and removing old implementation solved the problem.
Happy codding Nenad