Andrew O Hart
11/19/2021, 2:23 PMtry {
val db = SQLiteDatabase.openDatabase(databasePath, "", null, SQLiteDatabase.OPEN_READWRITE)
db.close()
} catch (exception: Exception) {
return true
}
return false
However I'm not sure how to do this for the ios part on Kotlin Multiplatform. Any advice would be great, would help with the migration too