zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Including library causes - IntentResult is defined multiple times

Open vladaman opened this issue 4 months ago • 0 comments

When added lib to the project I get an error when trying to assemble final apk.

    implementation("com.journeyapps:zxing-android-embedded:4.3.0")

Error:

Type com.google.zxing.integration.android.IntentResult is defined multiple times: /home/vlad/.gradle/caches/8.12/transforms/3e81db890672a4e9697f221747a6890b/transformed/jetified-zxing-android-embedded-4.3.0-runtime.jar:com/google/zxing/integration/android/IntentResult.class, /home/vlad/workspace/EtKasa/app/build/intermediates/classes/fikPosRelease/transformFikPosReleaseClassesWithAsm/dirs/com/google/zxing/integration/android/IntentResult.class

I got no other com.google.zxing included

vladaman avatar Jun 12 '25 06:06 vladaman