SQLiter
SQLiter copied to clipboard
Fix tests
the tests don't run because the native code is being linked multiple times.
error: Linking globals named 'CreateCStringFromStringWithSize': symbol multiply defined!
I think we'll need to do a local kotlin native build and play around. Somehow it's being added twice.