mozilla / rust-android-gradle

Apache License 2.0
1.03k stars 67 forks source link

"gradle clean" should clean the Rust project #42

Open tmcguire opened 3 years ago

tmcguire commented 3 years ago

When I run ./gradlew clean on my project, it seems like it doesn't clean the Rust project. It would be nice if that were the case, gradlew clean should clean the cargo targets specified with the targets key.

This issue is a clone of https://github.com/ncalexan/rust-android-gradle/issues/38, which I filed into the wrong project.

ncalexan commented 3 years ago

Obviously this is well after your issue, but I'd review a patch to do this.