Hey all any ideas how I can convert this to Kotlin...
# multiplatform
a
Hey all any ideas how I can convert this to Kotlin?
Copy code
var rc: Int32
    var db: OpaquePointer? = nil
    rc = sqlite3_open(":memory:", &db)
I'm trying but I get this error in the picture below. Trying to use sqlcipher ios lib in kotlin I see in the .knm file it looks like kotlinx.cinterop.CValuesRef<kotlinx.cinterop.CPointerVar<cnames.structs.sqlite3>