Dushistov / flapigen-rs

Tool for connecting programs or libraries written in Rust with other languages
BSD 3-Clause "New" or "Revised" License
775 stars 59 forks source link

Support AndroidX (and generally update to latest Android) #458

Closed martinellison closed 3 months ago

martinellison commented 3 months ago

Please have the compiler emit import androidx.annotation.NonNull; instead of import androidx.support.annotation.NonNull; as that seems to be what Android wants now.

Also any other changes that Android needs.

By all means make this an option, as it seems to depend on which version of Java/Android/SDK/NDK we use.

martinellison commented 3 months ago

Sorry, I should read the documentation.