jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
246 stars 82 forks source link

jcQRGen - checkDebugDuplicateClasses #515

Closed marcos-ebm closed 6 months ago

marcos-ebm commented 7 months ago

[using the translator]

When compiling the jcQRGen component with the Barcodegen component, it is giving a duplicate class error (see image)

If you put configuration { } inside Android { } (according to the image) the problem disappears, but I don't see any way to add this code

Is there any way to do this without messing with the smartdesigner.pas structure?

It would be interesting to add the code when using QRGen

configurations {
    all*.exclude group: 'com.google.zxing'
}

erro

acerto

jmpessoa commented 7 months ago

Fixed!

Thank you!

marcos-ebm commented 6 months ago

solved