Closed dzuluaga closed 1 month ago
Hi @dzuluaga I've extended docs with how users can fix this error - #106
Unfortunately it looks like this is an official fix that is mentioned in multiple places like here and here (Auth0 GH)
Thanks, @adamTrz. Please merge the changes to close this issue.
When using the
android-omh-auth
library, the following error is generated during the build process:Workaround
We have identified a workaround that resolves the issue by modifying the
build.gradle.kts
file at the app level:While this workaround is effective, ideally, users should not have to manually add this configuration to their projects.
Request
Please investigate a potential fix for this issue so that users do not need to manually add the packaging block. In the meantime, it would be helpful to document this workaround in the
android-omh-auth
documentation, similar to how it has been documented forreact-native-omh-auth
here.