We have been stuck on Gradle 8 for a while because Mozilla's Rust Android Gradle Plugin hasn't been updated for Gradle 9. I have noticed other projects are switching away from it, and hand-writing new Gradle tasks that do cross-compilation with the correct environment variables by shelling out to cargo-ndk. See for example element-hq/matrix-rich-text-editor#132 and JingMatrix/NeoZygisk@aacd530.
We have been stuck on Gradle 8 for a while because Mozilla's Rust Android Gradle Plugin hasn't been updated for Gradle 9. I have noticed other projects are switching away from it, and hand-writing new Gradle tasks that do cross-compilation with the correct environment variables by shelling out to
cargo-ndk. See for example element-hq/matrix-rich-text-editor#132 and JingMatrix/NeoZygisk@aacd530.