I’m getting the following error when trying to build an android application with two third-party dependencies. Does anyone know how solve this issue? I have a minimal android project if anyone can help me solve this: https://github.com/mohammedhammoud/geidea-stario10-duplicate-class-deps-error Answer This is now solved. I contacted the maintainers of the libraries, they added flattenpackagehierarchy to proguard which solved it.
Tag: gradlew
@Generated annotation using gradlew + dagger
I’m confronting a weird issue using gradlew(4.10.2) + dagger(2.18). The problem is when I call: ./gradlew :app:compileDebugAndroidTestKotlin The build fails with: Task :Common:…