hi, i am trying out sqldelight on web with the async webworker stuff
i am getting weird error messages
Copy code
IllegalStateException: The driver used with SQLDelight is asynchronous, so SQLDelight should be configured for
asynchronous usage:
sqldelight {
databases {
MyDatabase {
generateAsync = true
}
}
}