I have a c library that would like to use in
commonMain
to be consumed by iOS and Android. Do I still have to use both
externalNativeBuild
for android along with using
cinterops
for iOS? I was hoping there is a better way 🤞
This is how
zipline does it, and also explained in this
tutorial