after upgrading SQLDelight version to `2.0.0-rc01`...
# multiplatform
m
after upgrading SQLDelight version to
2.0.0-rc01
in my KMM project I’m getting error
Copy code
One type argument expected for interface SqlSchema<T : QueryResult<Unit>>
for generated interfaces
h
Please create an issue with a reproducer: https://github.com/cashapp/sqldelight/issues
s
https://github.com/cashapp/sqldelight/issues/4225 "You have to use generateAsync = false if you're using sqlite." Might be this?
m
let me try this
no
I’m getting error for the generated interface inside
build.generated.sqldelight.code
, not at use-site
s
That's where the bug was for me as well, the project didn't compile. Generateasinc = false worked in that case
132 Views