Errors in the bundling of a project

I tried bundling a project of mine but I got these errors

How do I fix it ?

What does your game.project dependencies look like?

Did you perhaps add extension-iap and tried to bundle with a version older than 1.2.163? IAP was moved to a native extension in 1.2.163. If you try to use the extension in a version of Defold where IAP still exists in the engine you’ll run into problems like the one you got (“IllegalArgumentException: already added”)

Thanks