-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
Cannot set the value of read-only property 'force ' for DefaultExternalModuleDependency #54
Comments
@lubritto hey there! Is there any chance we could solve this issue? If you're willing to merge the PR, I could make this update for you. Let me know <3 |
Does it solved ? And new version released? Thank a lot! |
No update on this? cc @johnyen220 @gabrielaraujoz @Kazi-Wahed @chrismills @lubritto |
Launching lib\main.dart on SM A205F in debug mode... FAILURE: Build failed with an exception.
BUILD FAILED in 8s |
Below is the build.gradle: group 'dev.britto.pdf_viewer_plugin' buildscript {
} rootProject.allprojects { apply plugin: 'com.android.library' android {
} dependencies { |
Same problem here:
by commenting the force = true
|
Same problem. No update on this? cc @johnyen220 @gabrielaraujoz @Kazi-Wahed @chrismills @lubritto |
Not that I'm aware of, the solution was forking this library and updating it myself locally to make it work. I based my solution from this issue: |
implementation('com.github.barteksc:android-pdf-viewer:3.0.0-beta.4') { force = true }
A problem occurred evaluating project ':pdf_viewer_plugin'.
The text was updated successfully, but these errors were encountered: