com.squareup.sqldelight:native-driver:*, noted in the README as the artifact for use with iOS and Windows appears to be removed from Maven. The artifacts now labeled "Native Driver"s all have an ios prefix. No artifact for Windows is apparent.
I suppose my request is a README update. If someone could briefly explain the situation, I'd be happy to PR the change :)
unfortunately README.md is typically a representation of whats on master, not the latest release. gh-pages kind of solves that because we can do deployments periodically. Once we release 1.2.2 which should be in the next week this will be resolved since the driver is native-driver in that release (or for snapshot versions). Going to close out for now and hopefully get that release out soon
What should I use now for testing purposes? I've tried a lot of combinations of different versions of sqldelight / kotlin etc but can't find one that works. I'd like to try build an an iOS framework
check out the sample - you'll have to use ios-driver
Most helpful comment
unfortunately
README.mdis typically a representation of whats on master, not the latest release. gh-pages kind of solves that because we can do deployments periodically. Once we release 1.2.2 which should be in the next week this will be resolved since the driver isnative-driverin that release (or for snapshot versions). Going to close out for now and hopefully get that release out soon