Closed lohanidamodar closed 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.
After some testing, I noticed that downgrading indeed fixes that issue. I will publish a new release within the next few minutes
Getting
Execution failed for task ':app:checkDebugDuplicateClasses'.
after addingappwrite
dependency on fresh Flutter project (appwrite usesflutter_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.