| Platform | Supported |
|---|---|
| Linux | x |
| Windows | x |
| macOS | x |
| Android | ✓ |
| iOS | ✓ |
# iOS
rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
# android
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-androidcd reverse_proxy
../gradlew gen-bindingscd reverse_proxy
# only clean bindings
../gradlew cleanup-bindings
# only clean rust targets
../gradlew cleanup-targets
# clean all
../gradlew cleanup-all