Travis Reitter
01/27/2022, 5:33 AMiosMain
Kotlin code? Should I build a static library in an iOS project, copy the .a
file and headers into my iOS app source tree, then include the headers and link against the .a
file via cinterops
? Or build it as a framework and similarly link to it through cinterops
that way? There isn't an existing Pod or pre-built version of this library that I'm aware of. And if I can just build this once and include the static library and headers, that's fine, since I won't need to make edits to it (this is just temporary until I can replace it with SQLDelight)