ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
53 stars 54 forks source link

Update build.gradle #36

Closed lohanidamodar closed 1 year ago

lohanidamodar commented 1 year ago

Getting Execution failed for task ':app:checkDebugDuplicateClasses'. after adding appwrite dependency on fresh Flutter project (appwrite uses flutter_web_auth_2 internally). The reason was because of conflicting kotlin version. And this we believe was because kotlin 1.8 dropped support for java 6 and 7. The proposed change should fix this issue.

ThexXTURBOXx commented 1 year ago

I just tested your patch using a dependency override, but it does not seem to fix the problem. I think, downgrading the kotlin version to 1.7.10 inside this project should fix it, though. I will try that and will let you know.

ThexXTURBOXx commented 1 year ago

After some testing, I noticed that downgrading indeed fixes that issue. I will publish a new release within the next few minutes