Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android): properly use $wry on android_binding macro (#1075)
* fix(android): properly `use $wry` on android_binding macro The android_binding macro fails to compile due to the `use $wry::prelude::*;` with `expected { or *` error. Regression from #1041 which was not released yet so I didn't add a change file. * use {{ }}
- Loading branch information