How to integrate into Kotlin Multiplatform using Swift Package Manager

Has anyone managed to get SQLCipher working in a Kotlin Multiplatform project using Swift Package Manager? In particular I would like to target Android, iOS and preferably desktop too. Note, I’m also using SQLDelight. I currently have a fully working solution in Android as well as iOS but using cocoapods. However, I’d like to migrate away from cocoapods since that is deprecated.