touchlab / SQLiter

Minimal multiplatform sqlite library
https://touchlab.co
177 stars 35 forks source link

Small changes to support Kotlin 1.8.0-RC #90

Closed psh closed 1 year ago

psh commented 1 year ago

Notable change - version 1.7.20 was passing linker options through to the final (test) executable, and the 1.8.0-RC is not. Moving the linker flag application slightly makes the tests run correctly on both 1.7.20 and on 1.8.0-RC.