SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Fix tests

Open kpgalligan opened this issue 5 years ago • 0 comments

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.

kpgalligan avatar Mar 11 '20 20:03 kpgalligan