flutter_rust_bridge is not working with latest gradle 8.8+ #2987
sumitsharansatsangi
started this conversation in
General
Replies: 1 comment 8 replies
-
|
Great point and thanks for the fix! Since that is Cargokit code, it would be great to make a PR on https://github.com/irondash/cargokit and I will upgrade the locked version in frb (and if the PR is not merged there I may consider cherry pick it to here) |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
flutter_rust_bridgeis not working with gradle 8.8+.But, if we replace its plugin.gradle with following code it works .
I have just added , few lines to the original code. I will be thankful if you consider it in the next release.
Beta Was this translation helpful? Give feedback.
All reactions