Hey there, what's the purpose of `androidNativeX64()` and `androidNativeArm64()`? If I use Cinterops...
a
Hey there, what's the purpose of
androidNativeX64()
and
androidNativeArm64()
? If I use Cinterops with these, can I then use the generated functions directly on my
androidTarget()
? An example would be really helpful if there's one available. Thanks!