-
Notifications
You must be signed in to change notification settings - Fork 221
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
[Bug report] Could not resolve all files for configuration ':flutter_image_compress_common:classpath' #319
Comments
found a hacky workaround that involves directly modifying the installed package I opened the file flutter_image_compress_common-1.0.5\android\build.gradle then I changed ext.kotlin_version to something more recent such as 2.0.20 |
I have been facing a similar issue with flutter_image_compress_common: I have spent three days trying all manner of solutions from the internet, and nothing works for me. I have even edited the settings.grandle and changed the Kotln version to 1.9.0, but still doesn't work. Well, the latest version of Kotlin 2.0.20 caused huge issues with other plugins. My error log:
|
我也是同样的问题,flutter版本3.24.3,flutter_image_compress版本2.3.0,折腾半天了,
|
Version
2.3.0
Platforms
Android
Device Model
Android emulator, VanillaIceCream
flutter info
How to reproduce?
Create brand new flutter app, add flutter_image_compress under dependencies, and run
flutter run
Logs
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: