We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I imported your repo into Android Studio 4.0 Canary 1. The build produces the following error:
ERROR: Operation is not supported for read-only collection
Looks like this happens because of build.gradle: freeCompilerArgs.add("-Xobjc-generics")
freeCompilerArgs.add("-Xobjc-generics")
Please advise, Igor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I imported your repo into Android Studio 4.0 Canary 1. The build produces the following error:
Looks like this happens because of build.gradle:
freeCompilerArgs.add("-Xobjc-generics")
Please advise,
Igor
The text was updated successfully, but these errors were encountered: